Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rin204 committed Jul 23, 2023
1 parent a7f54f8 commit 1d377fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: verify
name: docs

on:
push:
branches:
- main

jobs:
verify:
docs:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: pip3 install -U online-judge-verify-helper

- name: Run tests
- name: generate docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YUKICODER_TOKEN: ${{ secrets.YUKICODER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

jobs:
verify:
format:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1d377fc

Please sign in to comment.