Skip to content

Commit

Permalink
REVERTME: deploy to another branch
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Feb 17, 2023
1 parent 1d5c877 commit 84637d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '20 */3 * * *'
workflow_dispatch:
push:
jobs:
update-gh-pages:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,5 +32,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
BRANCH: non-ok-harness-statuses-test
FOLDER: out

0 comments on commit 84637d2

Please sign in to comment.