Update generate-webpage.yml
This commit is contained in:
parent
5915d479ff
commit
d10ac334de
|
@ -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