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