Skip to content

Commit 7e3cf54

Browse files
committed
Add deployment action
1 parent 69db274 commit 7e3cf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-blog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
poetry install
2525
2626
- name: Deploy to GitHub Pages
27-
run: mkdocs gh-deploy --force
27+
run: poetry run mkdocs gh-deploy --force
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)