Update generate-webpage.yml

This commit is contained in:
Cyberes 2022-09-22 20:00:14 -06:00 committed by GitHub
parent 0656d73d61
commit 1570f64481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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