From e618232e0828f69bf0ab68c9f9f86365395201b7 Mon Sep 17 00:00:00 2001 From: darkicewolf50 <95242911+darkicewolf50@users.noreply.github.com> Date: Fri, 18 Apr 2025 20:57:52 -0600 Subject: [PATCH] remove (GithubActions): removed from incorrect directory --- .github/githubPages.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/githubPages.yml diff --git a/.github/githubPages.yml b/.github/githubPages.yml deleted file mode 100644 index bd8f5da..0000000 --- a/.github/githubPages.yml +++ /dev/null @@ -1,13 +0,0 @@ -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