Update generate-webpage.yml
Former-commit-id: 875fc1fba533b20634143d53706b389267782cc0 [formerly 5915d479ff
]
Former-commit-id: adf40c04de6097ad3ab9056e24002b0da6885d9d
This commit is contained in:
parent
6eda1e739f
commit
7c9dcdbef0
|
@ -23,9 +23,7 @@ jobs:
|
|||
huggingface_hub
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: jcdan3/devops
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: ${{ env.DEVOPS_DIR }}
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
- name: Generate Static Webpage
|
||||
run: ls -l ${{ github.workspace }} && python ${{ github.workspace }}/other/generate_tx_models_html.py
|
||||
|
|
Loading…
Reference in New Issue