From 3673c84e7a1273c5c9da2896ff1cdff61be03d6c Mon Sep 17 00:00:00 2001 From: darkicewolf50 <95242911+darkicewolf50@users.noreply.github.com> Date: Fri, 18 Apr 2025 20:57:00 -0600 Subject: [PATCH] fix(GithubActions): added to the correct direction --- .github/workflows/githubPages.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/githubPages.yml diff --git a/.github/workflows/githubPages.yml b/.github/workflows/githubPages.yml new file mode 100644 index 0000000..bd8f5da --- /dev/null +++ b/.github/workflows/githubPages.yml @@ -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