Skip to content

Commit

Permalink
fix gh-pages building
Browse files Browse the repository at this point in the history
  • Loading branch information
Multivit4min committed Nov 24, 2019
1 parent 3ac23b4 commit f2c263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Deploy on Github Pages
uses: JamesIves/github-pages-deploy-action@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: docs

0 comments on commit f2c263d

Please sign in to comment.