Skip to content

Commit

Permalink
Publish to index.html, not docs.html (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoon97 authored Aug 8, 2023
1 parent 89d609e commit a8455cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npx @redocly/cli@latest bundle spec.json --ext=json -o build/bundled

- name: Build Redocly HTML
run: npx @redocly/cli@latest build-docs build/bundled.json -o build/docs.html
run: npx @redocly/cli@latest build-docs build/bundled.json -o build/index.html

- name: Deploy to GH Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit a8455cc

Please sign in to comment.