Skip to content

Commit

Permalink
ci: tweak docs build command
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed Oct 17, 2024
1 parent 8b45fea commit d4fed31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build docs
run: |
mkdocs build --clean
cp -f ./gh-pages/* ./site/
{ cd ./gh-pages/ && cp -f * ./site/ || true; }
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit d4fed31

Please sign in to comment.