Skip to content

Commit

Permalink
Fix workflow failure
Browse files Browse the repository at this point in the history
Signed-off-by: Kenta Kozuka <[email protected]>
  • Loading branch information
kentakozuka committed Jul 13, 2023
1 parent 630e1d7 commit 746fe2f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,3 @@ jobs:
- name: Validate
shell: bash
run: test -z "$(git status --porcelain)"

docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate stable docs
run: make gen/stable-docs
- name: Show Git status
shell: bash
run: git status
- name: Validate
shell: bash
run: test -z "$(git status --porcelain)"

0 comments on commit 746fe2f

Please sign in to comment.