Skip to content

Commit

Permalink
fix_docs_update_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Dec 17, 2024
1 parent 2280229 commit ccaf22c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rebuild-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: poetry run python pluginadmin.py --verbose generate-plugin-repo-xml

- name: update docs
run: poetry run mkdocs gh-deploy --force
run: |
git config --global --add safe.directory '*'
poetry run mkdocs gh-deploy --force

0 comments on commit ccaf22c

Please sign in to comment.