Update update.yml
This commit is contained in:
parent
7ac06f4406
commit
96dfa28b44
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Generate Playlists
|
- name: Generate Playlists
|
||||||
run: npm run generate
|
run: node scripts/generate.js
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Update README.md
|
- name: Update README.md
|
||||||
run: npm run update-readme
|
run: node scripts/update-readme.js
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user