We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f786d3e commit e02fafaCopy full SHA for e02fafa
1 file changed
.github/workflows/documentation.yml
@@ -29,7 +29,7 @@ jobs:
29
doxygen
30
- name: Copy documentation
31
run: |
32
- rsync --archive --human-readable --verbose --delete master/html/. pages
+ rsync --archive --human-readable --verbose --delete --exclude=.git master/html/. pages
33
touch pages/.nojekyll
34
- name: Commit documentation
35
0 commit comments