diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..389ca87 --- /dev/null +++ b/.github/workflows/deploy.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@4f933485ec8f37a9dc1beec181f4eba58789523e \ No newline at end of file