Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
Rin204 committed Nov 14, 2023
1 parent 8eaee17 commit ea6e3bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ jobs:
run: |
MINOR_VERSION=$(python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
echo $MINOR_VERSION
rm -rf /opt/hostedtoolcache/Python/$MINOR_VERSION/x64/lib/python$MINOR_VERSION/site-packages/onlinejudge_verify
cp -r ./.github/oj-verify /opt/hostedtoolcache/Python/$MINOR_VERSION/x64/lib/python3.11/site-packages/onlinejudge_verify
rm -rf ${{ env.pythonLocation }}/lib/python$MINOR_VERSION/site-packages/onlinejudge_verify
cp -r ./.github/oj-verify ${{ env.pythonLocation }}/lib/python3.11/site-packages/onlinejudge_verify
sleep 5
- name: create docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YUKICODER_TOKEN: ${{ secrets.YUKICODER_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}
run: python3 .github/oj-verify/main.py docs

0 comments on commit ea6e3bc

Please sign in to comment.