Update generate-webpage.yml

Former-commit-id: be2dbe2314664daf8a9945e95ffbb4e47724ffec [formerly 2fc89ec3a5]
Former-commit-id: 92e16be1fa36bcda74c407749a28dbfb1e336c28
This commit is contained in:
Cyberes 2022-09-22 19:51:06 -06:00 committed by GitHub
parent b214f59f04
commit 4f18a10e7c
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 other/generate_tx_models_html.py
run: python $DEVOPS_DIR/other/generate_tx_models_html.py
shell: sh