Update publish.yml

pull/897/head
freearhey 5 years ago
parent ca13f92ad6
commit f1c61cebd6

@ -19,11 +19,11 @@ jobs:
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
env:
with:
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
BASE_BRANCH: master
BRANCH: gh-pages
FOLDER: .gh-pages
FOLDER: '.gh-pages'
update-readme:
runs-on: ubuntu-latest
needs: deploy

Loading…
Cancel
Save