Update generate.yml
This commit is contained in:
parent
8d865fd35b
commit
396338d326
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Generate Playlists and Deploy
|
- name: Generate Playlists and Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BASE_BRANCH: master
|
BASE_BRANCH: master
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: .gh-pages
|
FOLDER: .gh-pages
|
||||||
|
|
Loading…
Reference in New Issue