Skip to content

Commit c2e5725

Browse files
committed
test
1 parent d553a13 commit c2e5725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build and Deploy docs
33
on:
44
pull_request:
55
push:
6-
release:
7-
types:
8-
- published
6+
# release:
7+
# types:
8+
# - published
99

1010
defaults:
1111
run:
@@ -42,7 +42,7 @@ jobs:
4242
&& popd
4343
4444
- name: GitHub Pages action
45-
if: success() && github.event_name == 'release'
45+
# if: success() && github.event_name == 'release'
4646
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)