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
|
||||
- name: Generate RSS feed
|
||||
run: python utils/pageupdater/rss_xml_gen.py
|
||||
- name: Upload artifacts (assets and public)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifacts
|
||||
path: |
|
||||
assets
|
||||
public
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
||||
# Build job
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue