We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783d775 commit ec061e5Copy full SHA for ec061e5
1 file changed
.github/workflows/verify.yml
@@ -17,13 +17,19 @@ jobs:
17
with:
18
python-version: "3.12.0"
19
20
+ - name: Install dependencies
21
+ run: |
22
+ pip install online-judge-verify-helper
23
+ pip install online-judge-tools
24
+
25
- name: Run verification
- uses: online-judge-tools/verification-helper@master
- with:
- token: ${{ secrets.GITHUB_TOKEN }}
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
+ oj-verify run
30
31
- name: Generate and Deploy Document
- _command: docs
32
33
34
35
+ oj-verify docs
0 commit comments