fix(GithubActions): added to the correct direction

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

13
.github/workflows/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