Update generate-webpage.yml
Former-commit-id: 7b9601e9013b4cdc02fa4d219873e9b2df55fe54 [formerly d10ac334de
]
Former-commit-id: fdcc9a18b7a8b60902918eea6bfee63daa53b605
This commit is contained in:
parent
7c9dcdbef0
commit
1ae81c1ee3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue