Skip to content

Commit

Permalink
workflows: Improve documentation workflow (parcio#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn authored and t-erxleben committed Aug 26, 2021
1 parent 9df8af3 commit a2e3fc8
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 @@ -29,7 +29,7 @@ jobs:
doxygen
- name: Copy documentation
run: |
rsync --archive --human-readable --verbose --delete master/html/. pages
rsync --archive --human-readable --verbose --delete --exclude=.git master/html/. pages
touch pages/.nojekyll
- name: Commit documentation
run: |
Expand Down

0 comments on commit a2e3fc8

Please sign in to comment.