Update generate-webpage.yml

This commit is contained in:
Cyberes 2022-09-22 20:03:20 -06:00 committed by GitHub
parent 5915d479ff
commit d10ac334de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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