Skip to content

Commit c8d5a9c

Browse files
committed
Run mkdocs command directly to see if that's the problem
1 parent ee46b97 commit c8d5a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
MKDOCS_REMOTE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

7070
- name: Deploy via mkdocs
71-
run: make deploy-mkdocs
71+
#run: make deploy-mkdocs
72+
run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)