From 0676eff72884d8a4b056e017591536c4f75ff570 Mon Sep 17 00:00:00 2001 From: Daniel Stuart Date: Wed, 3 Jul 2024 19:13:20 -0300 Subject: [PATCH] Add deploy action --- .github/workflows/deploy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/deploy.yml 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