Skip to content

Commit

Permalink
fix: Update github deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed May 1, 2021
1 parent 252c79e commit a16de0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
Expand All @@ -30,6 +30,5 @@ jobs:
- name: Deploy to github.io
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build
branch: gh-pages
folder: build

0 comments on commit a16de0c

Please sign in to comment.