Skip to content

Commit 8bf0184

Browse files
authored
Try fixing deploy (#42)
1 parent 8d7bfe0 commit 8bf0184

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/interactdocs.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
name: Deploy Docs to GitHub Pages
22

33
on:
4-
workflow_dispatch:
5-
secrets:
6-
GH_EMAIL:
7-
required: true
8-
GH_USER:
9-
required: true
10-
USER_GITHUB_TOKEN:
11-
required: true
4+
push:
5+
branches:
6+
- master
127

13-
# branches:
14-
# - master
8+
workflow_dispatch:
159

1610
permissions:
1711
contents: read
@@ -73,4 +67,4 @@ jobs:
7367
steps:
7468
- name: Deploy to GitHub Pages
7569
id: deployment
76-
uses: actions/deploy-pages@13b55b33dd8996121833dbc1db458c793a334630 # v3
70+
uses: actions/deploy-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4

0 commit comments

Comments
 (0)