Update generate-webpage.yml
Former-commit-id: 9c94b036f31adca4c932f95d9e10aad97562b28d [formerly 9b9d928058
]
Former-commit-id: bc911f12928feeb3fdc518f43fdb1315b3f3f962
This commit is contained in:
parent
38f2841715
commit
8bdb96d0b8
|
@ -28,5 +28,5 @@ jobs:
|
||||||
path: ${{ env.DEVOPS_DIR }}
|
path: ${{ env.DEVOPS_DIR }}
|
||||||
|
|
||||||
- name: Generate Static Webpage
|
- name: Generate Static Webpage
|
||||||
run: python ${GITHUB_WORKSPACE}/other/generate_tx_models_html.py
|
run: python ${{ GITHUB_WORKSPACE }}/other/generate_tx_models_html.py
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
Loading…
Reference in New Issue