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