Browse Source

fix(ci): authentication

restructure
Garrit Franke 4 years ago
parent
commit
853f798770
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -12,7 +12,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@master
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out
BUILD_SCRIPT: npm install && npm run build

Loading…
Cancel
Save