We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69db274 commit 7e3cf54Copy full SHA for 7e3cf54
.github/workflows/deploy-blog.yml
@@ -24,6 +24,6 @@ jobs:
24
poetry install
25
26
- name: Deploy to GitHub Pages
27
- run: mkdocs gh-deploy --force
+ run: poetry run mkdocs gh-deploy --force
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments