We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d553a13 commit c2e5725Copy full SHA for c2e5725
.github/workflows/deploy-docs.yml
@@ -3,9 +3,9 @@ name: Build and Deploy docs
3
on:
4
pull_request:
5
push:
6
- release:
7
- types:
8
- - published
+ # release:
+ # types:
+ # - published
9
10
defaults:
11
run:
@@ -42,7 +42,7 @@ jobs:
42
&& popd
43
44
- name: GitHub Pages action
45
- if: success() && github.event_name == 'release'
+ # if: success() && github.event_name == 'release'
46
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
47
with:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments