You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`.github/workflows/all-builds.yml`](.github/workflows/all-builds.yml)| Builds for Linux, macOS, Windows, AAB, APK, IPA, and Web.<br>More details [here](https://docs.flet.dev/publish/#github-actions). |
14
-
|[`.github/workflows/web-build-and-github-pages-deploy.yml`](.github/workflows/web-build-and-gh-pages-deploy.yml)| Builds the web app and deploys it to GitHub Pages.<br>Uses:<br>• `--base-url ${GITHUB_REPOSITORY#*/}` - repository name as base URL<br>• `--route-url-strategy hash` - recommended for static hosts like GitHub Pages|
15
-
|[`pyproject.toml`](pyproject.toml)| Example Flet project configuration |
16
-
|[`src/main.py`](src/main.py)| Example Flet app to test the workflows |
|[`.github/workflows/all-builds.yml`](.github/workflows/all-builds.yml)| Builds for Linux, macOS, Windows, AAB, APK, IPA, and Web.<br>More details [here](https://docs.flet.dev/publish/#github-actions). |
17
+
|[`.github/workflows/web-build-and-github-pages-deploy.yml`](.github/workflows/web-build-and-gh-pages-deploy.yml)| Builds the web app and deploys it to GitHub Pages.<br>More details [here](https://docs.flet.dev/publish/web/static-website/hosting/github-pages/).<br>**Demo [here](https://ndonkohenri.github.io/flet-github-action-workflows/)**.|
18
+
|[`pyproject.toml`](pyproject.toml)| Example Flet project configuration |
19
+
|[`src/main.py`](src/main.py)| Example Flet app to test the workflows |
0 commit comments