Skip to content

Commit

Permalink
Update develop-build-doc.yml
Browse files Browse the repository at this point in the history
Signed-off-by: byoernn <[email protected]>
  • Loading branch information
byoernn authored Jan 30, 2024
1 parent 4eae1a1 commit 1b75716
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/develop-build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
uses: andstor/jsdoc-action@v1
with:
config_file: ./jsdoc.conf.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
deploy_key: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
path: './docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 1b75716

Please sign in to comment.