Skip to content

Commit

Permalink
New pages publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashdoughty committed Nov 21, 2019
1 parent b84f624 commit 86414a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
run: npm run jsdoc

- name: Deploy JSDocs to GitHub Pages
uses: crazy-max/ghaction-github-pages@v1
with:
target_branch: gh-pages
build_dir: ./docs
uses: peaceiris/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./docs

- name: Publish to NPM
run: |
Expand Down

0 comments on commit 86414a9

Please sign in to comment.