Skip to content

Commit

Permalink
Add deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
postrational committed Oct 18, 2024
1 parent 69db274 commit 7e3cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
poetry install
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force
run: poetry run mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e3cf54

Please sign in to comment.