modified: .github/workflows/nuxtjs.yml
This commit is contained in:
parent
edad402531
commit
3d6d4a4139
1 changed files with 2 additions and 8 deletions
10
.github/workflows/nuxtjs.yml
vendored
10
.github/workflows/nuxtjs.yml
vendored
|
@ -42,14 +42,8 @@ jobs:
|
||||||
run: python utils/pageupdater/commit_post_history.py
|
run: python utils/pageupdater/commit_post_history.py
|
||||||
- name: Generate RSS feed
|
- name: Generate RSS feed
|
||||||
run: python utils/pageupdater/rss_xml_gen.py
|
run: python utils/pageupdater/rss_xml_gen.py
|
||||||
- name: Upload artifacts (assets and public)
|
- name: Commit changes
|
||||||
uses: actions/upload-artifact@v4
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
|
||||||
name: artifacts
|
|
||||||
path: |
|
|
||||||
assets
|
|
||||||
public
|
|
||||||
|
|
||||||
|
|
||||||
# Build job
|
# Build job
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue