https://github.com/diversable/deploy_leptos_csr_to_gh_pages
Leptos CSR Starter Template deployed to Github Pages
https://github.com/diversable/deploy_leptos_csr_to_gh_pages
Last synced: about 1 year ago
JSON representation
Leptos CSR Starter Template deployed to Github Pages
- Host: GitHub
- URL: https://github.com/diversable/deploy_leptos_csr_to_gh_pages
- Owner: diversable
- Created: 2023-12-12T05:51:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:10:11.000Z (about 2 years ago)
- Last Synced: 2024-04-18T02:57:08.578Z (about 2 years ago)
- Language: Rust
- Homepage: https://diversable.github.io/deploy_leptos_csr_to_gh_pages/
- Size: 406 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Deploy Leptos CSR Apps to Github Pages
Step 1:
Go to your repo's settings, and click on "Pages". In the "Build and deployment" section of the page, change the "source" to "Github Actions".
Step 2:
Copy the `.github/workflows/gh-pages-deploy.yml` file into your own repo.
Step 3:
Commit to your main branch, and watch the magic happen.