Update auto-update.yml

This commit is contained in:
freearhey 2021-04-17 03:53:32 +03:00
parent 16df7c7931
commit 1e200faf17
1 changed files with 3 additions and 5 deletions

View File

@ -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