Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 23, 2024
1 parent 786c573 commit 33170c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build docs
uses: VaultVulp/[email protected]
with:
command: run mkdocs build
command: git config --global --add safe.directory "/github/workspace" && run mkdocs build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 33170c0

Please sign in to comment.