Skip to content

Commit

Permalink
Run mkdocs command directly to see if that's the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Nov 30, 2024
1 parent ee46b97 commit c8d5a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:
MKDOCS_REMOTE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy via mkdocs
run: make deploy-mkdocs
#run: make deploy-mkdocs
run: mkdocs gh-deploy --force

0 comments on commit c8d5a9c

Please sign in to comment.