Skip to content

Commit

Permalink
Add deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstuart14 committed Jul 3, 2024
1 parent c900486 commit 0676eff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0676eff

Please sign in to comment.