Update publish.yml
This commit is contained in:
parent
f1c61cebd6
commit
3984549ee0
|
@ -18,12 +18,12 @@ jobs:
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
with:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||||
BASE_BRANCH: master
|
BASE_BRANCH: master
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: '.gh-pages'
|
FOLDER: .gh-pages
|
||||||
update-readme:
|
update-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: deploy
|
needs: deploy
|
||||||
|
|
Loading…
Reference in New Issue