Update generate-webpage.yml

Former-commit-id: 3aa87f1e7a3eaed332291fce93976bce94bb0cb5 [formerly 0485b442d2]
Former-commit-id: 0b4ee1582d89bea434cb052c8fccf9e2124f517d
This commit is contained in:
Cyberes 2022-09-22 19:56:07 -06:00 committed by GitHub
parent 8817dd5b6d
commit 8171347d2f
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 /home/runner/work/stable-diffusion-paperspace/other/generate_tx_models_html.py
run: python $GITHUB_WORKSPACE/other/generate_tx_models_html.py
shell: sh