Update generate-webpage.yml

Former-commit-id: db3defdf1cf3a03296cce81b7e7b8ed3dfcd4ca4 [formerly 2a8c58b524]
Former-commit-id: cfbebe11f81983f58ae6fe0eebd7834c800bd38f
This commit is contained in:
Cyberes 2022-09-22 19:57:56 -06:00 committed by GitHub
parent 8171347d2f
commit 92ba444856
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: python $GITHUB_WORKSPACE/other/generate_tx_models_html.py
run: ls -l . && python $GITHUB_WORKSPACE/other/generate_tx_models_html.py
shell: sh