Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Feb 10, 2024
1 parent a70af84 commit d36fc5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Install dependencies
run: pip3 install -U online-judge-verify-helper

- name: Update gh-pages branch
- name: Sync gh-pages with origin
run: |
git fetch origin gh-pages:gh-pages
git checkout gh-pages
git merge origin/master -m "Merge master to update gh-pages"
git push origin gh-pages
git reset --hard origin/gh-pages
env:
GH_PAT: ${{ secrets.GH_PAT }}


- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d36fc5c

Please sign in to comment.