Skip to content

Commit

Permalink
CI: produce a Streamlit config during the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaskrynnyk committed Sep 11, 2024
1 parent d466bb3 commit bc7d090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/azure-webapps-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: |
poetry export -f requirements.txt -o requirements.txt --without-hashes
- name: Add .streamlit/config.toml
run: python -m st_undp configure

- name: Upload artifact for deployment
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bc7d090

Please sign in to comment.