Skip to content

Commit

Permalink
Merge pull request #18 from erikyo/docs
Browse files Browse the repository at this point in the history
Update GitHub deployment method in jsDoc workflow
  • Loading branch information
erikyo committed Dec 2, 2023
2 parents a90a721 + 61cf4c5 commit e6d4a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
source_dir: ./lib
recurse: true
output_dir: ./docs
output_dir: ./out
config_file: jsdoc.json
front_page: readme.md

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./out

0 comments on commit e6d4a39

Please sign in to comment.