mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
docs: add rustdoc hint (#764)
This commit is contained in:
parent
1304921c60
commit
97637bffb0
@ -240,6 +240,7 @@ The default is `gh-pages`.
|
|||||||
### ⭐️ Source Directory `publish_dir`
|
### ⭐️ Source Directory `publish_dir`
|
||||||
|
|
||||||
A source directory to deploy to GitHub Pages. The default is `public`.
|
A source directory to deploy to GitHub Pages. The default is `public`.
|
||||||
|
Only the contents of this dir are pushed to GitHub Pages branch, `gh-pages` by default.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
@ -1035,6 +1036,10 @@ jobs:
|
|||||||
publish_dir: ./book
|
publish_dir: ./book
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Hint: you may want to publish your rustdocs. And use relative links to it from the md docs, and have them checked by `mdbook`.
|
||||||
|
Then, according to the [doc](https://rust-lang.github.io/mdBook/guide/creating.html#source-files), you may put `./target/doc/`
|
||||||
|
to your `./book/src` dir before you `mdbook build` and then it will end up in `./book/html/` and in your Github Pages.
|
||||||
|
|
||||||
### ⭐️ Flutter Web
|
### ⭐️ Flutter Web
|
||||||
|
|
||||||
An example workflow for [Flutter web project].
|
An example workflow for [Flutter web project].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user