Skip to content

Commit fe9c741

Browse files
authored
Merge pull request #100 from Sparks29032/patch-2
Revert docs.yml
2 parents f8b741c + 4662bc7 commit fe9c741

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docs.yml

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

9-
# Documentation built but not deployed for pull requests
10-
pull_request:
11-
branches:
12-
- main
13-
149

1510
jobs:
1611
test:
@@ -43,8 +38,6 @@ jobs:
4338
run: make -C doc/manual html
4439

4540
- name: Deploy
46-
# Documentation deployed only on pushes to main and releases
47-
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
4841
uses: peaceiris/actions-gh-pages@v4
4942
with:
5043
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)