Skip to content

Commit

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

0 comments on commit ac14f9d

Please sign in to comment.