mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-11-09 12:27:51 +00:00
Update update-feed.yaml
This commit is contained in:
parent
52f0cf7c10
commit
08c2f8c773
4
.github/workflows/update-feed.yaml
vendored
4
.github/workflows/update-feed.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.0
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Build the feed
|
- name: Build the feed
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
|
Loading…
Reference in New Issue
Block a user