Skip to content

Commit 84637d2

Browse files
committed
REVERTME: deploy to another branch
1 parent 1d5c877 commit 84637d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_gh_pages.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
- cron: '20 */3 * * *'
66
workflow_dispatch:
7+
push:
78
jobs:
89
update-gh-pages:
910
runs-on: ubuntu-latest
@@ -31,5 +32,5 @@ jobs:
3132
uses: JamesIves/github-pages-deploy-action@releases/v3
3233
with:
3334
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
34-
BRANCH: gh-pages
35+
BRANCH: non-ok-harness-statuses-test
3536
FOLDER: out

0 commit comments

Comments
 (0)