feat(GithubActions): added Dioxus Deploy
This commit is contained in:
parent
c4d2249592
commit
2f40a926ef
13
.github/githubPages.yml
vendored
Normal file
13
.github/githubPages.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user