There was an error while loading. Please reload this page.
1 parent 8d7bfe0 commit 8bf0184Copy full SHA for 8bf0184
1 file changed
.github/workflows/interactdocs.yml
@@ -1,17 +1,11 @@
1
name: Deploy Docs to GitHub Pages
2
3
on:
4
- workflow_dispatch:
5
- secrets:
6
- GH_EMAIL:
7
- required: true
8
- GH_USER:
9
10
- USER_GITHUB_TOKEN:
11
+ push:
+ branches:
+ - master
12
13
- # branches:
14
- # - master
+ workflow_dispatch:
15
16
permissions:
17
contents: read
@@ -73,4 +67,4 @@ jobs:
73
67
steps:
74
68
- name: Deploy to GitHub Pages
75
69
id: deployment
76
- uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3
70
+ uses: actions/deploy-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4
0 commit comments