mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix: docs workflow
This commit is contained in:
parent
c176c9f82f
commit
c36ab028b9
2 changed files with 4 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- docs/**
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
@ -37,4 +37,6 @@ dioxus create hello --template gh:dioxuslabs/dioxus-template
|
|||
|
||||
## Dioxus Config File
|
||||
|
||||
Dioxus CLI will use `Dioxus.toml` file to Identify some project info and switch some cli feature.
|
||||
Dioxus CLI will use `Dioxus.toml` file to Identify some project info and switch some cli feature.
|
||||
|
||||
You can get more configure information from [Dioxus CLI Document](https://dioxuslabs.com/cli/configure.html).
|
Loading…
Reference in a new issue