Update generate-webpage.yml
This commit is contained in:
parent
2a8c58b524
commit
e4b1c74593
|
@ -28,5 +28,5 @@ jobs:
|
|||
path: ${{ env.DEVOPS_DIR }}
|
||||
|
||||
- name: Generate Static Webpage
|
||||
run: ls -l . && python $GITHUB_WORKSPACE/other/generate_tx_models_html.py
|
||||
run: ls -l $GITHUB_WORKSPACE/other && python $GITHUB_WORKSPACE/other/generate_tx_models_html.py
|
||||
shell: sh
|
||||
|
|
Loading…
Reference in New Issue