Update generate-webpage.yml

Former-commit-id: 3848d9d744045f47fd734d97cf02aff9d4c3e388 [formerly 0f09351640]
Former-commit-id: 75a9bc3ca6f34a966998869fbfcd2c783b613db8
This commit is contained in:
Cyberes 2022-09-22 19:52:33 -06:00 committed by GitHub
parent 4f18a10e7c
commit b211432d63
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ jobs:
path: ${{ env.DEVOPS_DIR }}
- name: Generate Static Webpage
run: python $DEVOPS_DIR/other/generate_tx_models_html.py
run: python $GITHUB_WORKSPACE/other/generate_tx_models_html.py
shell: sh