.
This commit is contained in:
parent
13a542042a
commit
174a1deefe
1 changed files with 3 additions and 5 deletions
8
.github/workflows/nuxtjs.yml
vendored
8
.github/workflows/nuxtjs.yml
vendored
|
@ -34,14 +34,12 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Activate Venv
|
||||
run: source venv/bin/activate
|
||||
- name: List files
|
||||
run: ls
|
||||
- name: Update Page manifest
|
||||
run: python util/pageupdater/page_list_gen.py
|
||||
run: python utils/pageupdater/page_list_gen.py
|
||||
- name: Update Page history
|
||||
run: python util/pageupdater/commit_post_history.py
|
||||
run: python utils/pageupdater/commit_post_history.py
|
||||
- name: Generate RSS feed
|
||||
run: python util/pageupdater/rss_xml_gen.py
|
||||
run: python utils/pageupdater/rss_xml_gen.py
|
||||
- name: Upload artifacts (assets and public)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue