mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 12:00:04 -04:00
Update publish.yml
This commit is contained in:
parent
f1c61cebd6
commit
3984549ee0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -18,12 +18,12 @@ jobs:
|
|||
run: npm run generate
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
env:
|
||||
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…
Add table
Add a link
Reference in a new issue