Skip to content

Commit

Permalink
fix_docs_update_workflow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Dec 17, 2024
1 parent 04ec610 commit b76d90a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rebuild-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-22.04
container:
image: qgis/qgis:final-3_34_12
options: --user 1001
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -25,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 b76d90a

Please sign in to comment.