Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coleim authored Apr 12, 2024
1 parent 15b84de commit a550a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('package-lock.json') }}
- name: Generate HTML
run: mkdir dist && npx @redocly/cli build-docs reference/toaztr.v1.yaml --output=dist/index.html
run: mkdir dist && npx redoc-cli bundle reference/toaztr.v1.yaml --output=dist/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a550a78

Please sign in to comment.