Skip to content

Commit

Permalink
Actionのバージョンを修正、コメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
arukusays committed Oct 5, 2024
1 parent ae4fdc0 commit 9c7c9e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-apidoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
with:
sparse-checkout: sample-api.yaml
sparse-checkout-cone-mode: false
# - uses: actions/setup-node@v3
# with:
# node-version: 18
- run: npx -y @redocly/cli build-docs sample-api.yaml -o output/sample-api.html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sample-apidoc
path: output/sample-api.html

0 comments on commit 9c7c9e3

Please sign in to comment.