modified: .github/workflows/nuxtjs.yml
This commit is contained in:
parent
e5d4b37045
commit
43bf3e1c85
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nuxtjs.yml
vendored
6
.github/workflows/nuxtjs.yml
vendored
|
@ -35,11 +35,11 @@ jobs:
|
||||||
- name: Activate Venv
|
- name: Activate Venv
|
||||||
run: source venv/bin/activate
|
run: source venv/bin/activate
|
||||||
- name: Update Page manifest
|
- name: Update Page manifest
|
||||||
run: python3 util/pageupdater/page_list_gen.py
|
run: python ./util/pageupdater/page_list_gen.py
|
||||||
- name: Update Page history
|
- name: Update Page history
|
||||||
run: python3 util/pageupdater/commit_post_history.py
|
run: python ./util/pageupdater/commit_post_history.py
|
||||||
- name: Generate RSS feed
|
- name: Generate RSS feed
|
||||||
run: python3 util/pageupdater/rss_xml_gen.py
|
run: python ./util/pageupdater/rss_xml_gen.py
|
||||||
- name: Upload artifacts (assets and public)
|
- name: Upload artifacts (assets and public)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue