fix: docs workflow

This commit is contained in:
YuKun Liu 2022-12-01 09:17:03 -08:00
parent c176c9f82f
commit c36ab028b9
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
paths:
- docs/**
branches:
- main
- master
jobs:
deploy:

View file

@ -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).