We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb2aa5 commit 9765f33Copy full SHA for 9765f33
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "base = 'light'" >> ~/.streamlit/config.toml
41
42
- name: Deploy to GitHub Pages
43
- uses: peaceiris/actions-gh-pages@v4
+ uses: peaceiris/actions-main@v4
44
with:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
publish_dir: ./ # Streamlit runs from the root directory
0 commit comments