https://github.com/dioxuslabs/deploy-action
Deploy your dioxus-web app
https://github.com/dioxuslabs/deploy-action
Last synced: 8 months ago
JSON representation
Deploy your dioxus-web app
- Host: GitHub
- URL: https://github.com/dioxuslabs/deploy-action
- Owner: DioxusLabs
- License: mit
- Created: 2022-07-09T16:41:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:47:04.000Z (over 1 year ago)
- Last Synced: 2025-02-09T09:03:19.222Z (over 1 year ago)
- Size: 18.6 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deploy-action
> You can use this action autho-deploy your Dioxus web project.
```yml
name: github pages
on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: "Dioxus Deploy"
uses: DioxusLabs/deploy-action@0.1.2
```