mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +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:
|
||||
|
|
|
@ -38,3 +38,5 @@ 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.
|
||||
|
||||
You can get more configure information from [Dioxus CLI Document](https://dioxuslabs.com/cli/configure.html).
|
Loading…
Add table
Reference in a new issue