Update generate-webpage.yml

Former-commit-id: c4fcf7ea830b4e42a28806dcd4617667439c3862 [formerly 0656d73d61]
Former-commit-id: 331f9be1e3f57951ccdeedd5383cb831b00095ed
This commit is contained in:
Cyberes 2022-09-22 19:59:13 -06:00 committed by GitHub
parent ee778a2e8a
commit 449d4d8e93
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: ls -l $GITHUB_WORKSPACE/other && 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