Update generate-webpage.yml

Former-commit-id: 83f0eeacdeaf3fe91c5b90ea7bfd6ed6cc6828e4 [formerly e4b1c74593]
Former-commit-id: 96ee3ff93c22f62667a0450cf9a5e0aa7c596812
This commit is contained in:
Cyberes 2022-09-22 19:58:36 -06:00 committed by GitHub
parent 92ba444856
commit ee778a2e8a
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 . && 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