feat(GithubActions): added Dioxus Deploy

This commit is contained in:
darkicewolf50 2025-04-18 20:55:16 -06:00 committed by GitHub
parent c4d2249592
commit 2f40a926ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/githubPages.yml vendored Normal file
View File

@ -0,0 +1,13 @@
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