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 run: node scripts/generate.js
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.1 uses: JamesIves/github-pages-deploy-action@4.1.1
env: with:
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} branch: gh-pages
BASE_BRANCH: master folder: .gh-pages
BRANCH: gh-pages
FOLDER: .gh-pages
update-readme: update-readme:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: generate needs: generate