Skip to content

Commit

Permalink
choco: 更新Streamlit Cloud分支的設定
Browse files Browse the repository at this point in the history
* 預設內存大小設為800M
  • Loading branch information
Keycatowo committed Jul 31, 2023
1 parent 9ea2f13 commit 8bfc811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/st_cloud.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Copy release to cloud and update config
name: Streamlit Cloud CI

on:
workflow_dispatch:
Expand All @@ -25,6 +25,7 @@ jobs:
- name: Modify Streamlit config
run: |
sed -i 's/maxUploadSize = .*/maxUploadSize = 10/' .streamlit/config.toml
sed -i 's/maxMessageSize = .*/maxMessageSize = 800/' .streamlit/config.toml
- name: Commit changes and push to cloud branch
run: |
git config --global user.email "action@github.com"
Expand Down

0 comments on commit 8bfc811

Please sign in to comment.