Update auto-update.yml

pull/2421/head
freearhey 4 years ago
parent 16df7c7931
commit 1e200faf17

@ -32,11 +32,9 @@ jobs:
run: node scripts/generate.js
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.1
env:
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: .gh-pages
with:
branch: gh-pages
folder: .gh-pages
update-readme:
runs-on: ubuntu-latest
needs: generate

Loading…
Cancel
Save