Skip to content

Commit ec061e5

Browse files
committed
フローを更新
1 parent 783d775 commit ec061e5

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/verify.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ jobs:
1717
with:
1818
python-version: "3.12.0"
1919

20+
- name: Install dependencies
21+
run: |
22+
pip install online-judge-verify-helper
23+
pip install online-judge-tools
24+
2025
- name: Run verification
21-
uses: online-judge-tools/verification-helper@master
22-
with:
23-
token: ${{ secrets.GITHUB_TOKEN }}
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
run: |
29+
oj-verify run
2430
2531
- name: Generate and Deploy Document
26-
uses: online-judge-tools/verification-helper@master
27-
with:
28-
token: ${{ secrets.GITHUB_TOKEN }}
29-
_command: docs
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
run: |
35+
oj-verify docs

0 commit comments

Comments
 (0)