We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b741c commit 4662bc7Copy full SHA for 4662bc7
.github/workflows/docs.yml
@@ -6,11 +6,6 @@ on:
6
- main
7
release:
8
9
- # Documentation built but not deployed for pull requests
10
- pull_request:
11
- branches:
12
- - main
13
-
14
15
jobs:
16
test:
@@ -43,8 +38,6 @@ jobs:
43
38
run: make -C doc/manual html
44
39
45
40
- 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' }}
48
41
uses: peaceiris/actions-gh-pages@v4
49
42
with:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments