fix(GithubActions): added to the correct direction
This commit is contained in:
parent
2f40a926ef
commit
3673c84e7a
13
.github/workflows/githubPages.yml
vendored
Normal file
13
.github/workflows/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