Update generate-webpage.yml

Former-commit-id: 7b9601e9013b4cdc02fa4d219873e9b2df55fe54 [formerly d10ac334de]
Former-commit-id: fdcc9a18b7a8b60902918eea6bfee63daa53b605
This commit is contained in:
Cyberes 2022-09-22 20:03:20 -06:00 committed by GitHub
parent 7c9dcdbef0
commit 1ae81c1ee3
1 changed files with 2 additions and 1 deletions

View File

@ -21,10 +21,11 @@ jobs:
packages: |
requests
huggingface_hub
pillow
- uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
- name: Generate Static Webpage
run: ls -l ${{ github.workspace }} && python ${{ github.workspace }}/other/generate_tx_models_html.py
run: python ${{ github.workspace }}/other/generate_tx_models_html.py
shell: sh