Skip to content

Commit a1a4086

Browse files
committed
add comments
1 parent 827cf43 commit a1a4086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
release:
88

9+
# Documentation built but not deployed for pull requests
910
pull_request:
1011
branches:
1112
- main
@@ -41,6 +42,7 @@ jobs:
4142
run: make -C doc/manual html
4243

4344
- name: Deploy
45+
# Documentation deployed only on pushes to main and releases
4446
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
4547
uses: peaceiris/actions-gh-pages@v3
4648
with:

0 commit comments

Comments
 (0)