Skip to content

Commit e02fafa

Browse files
committed
workflows: Improve documentation workflow (#104)
1 parent f786d3e commit e02fafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
doxygen
3030
- name: Copy documentation
3131
run: |
32-
rsync --archive --human-readable --verbose --delete master/html/. pages
32+
rsync --archive --human-readable --verbose --delete --exclude=.git master/html/. pages
3333
touch pages/.nojekyll
3434
- name: Commit documentation
3535
run: |

0 commit comments

Comments
 (0)