modified: .github/workflows/nuxtjs.yml
This commit is contained in:
parent
5958d15ee4
commit
e5d4b37045
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nuxtjs.yml
vendored
2
.github/workflows/nuxtjs.yml
vendored
|
@ -32,6 +32,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Activate Venv
|
||||||
|
run: source venv/bin/activate
|
||||||
- name: Update Page manifest
|
- name: Update Page manifest
|
||||||
run: python3 util/pageupdater/page_list_gen.py
|
run: python3 util/pageupdater/page_list_gen.py
|
||||||
- name: Update Page history
|
- name: Update Page history
|
||||||
|
|
Loading…
Add table
Reference in a new issue