Update continuous-integration.md

This commit is contained in:
kana 2021-07-04 18:28:56 +01:00 committed by GitHub
parent 00473d8420
commit a8926d5392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ before_script:
- cargo install-update -a
script:
- mdbook build && mdbook test # Edit in case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
- mdbook build && mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
```
## Deploying Your Book to GitHub Pages
@ -50,7 +50,7 @@ deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: book # Edit in case of custom book path: path/to/mybook/book
local-dir: book # In case of custom book path: path/to/mybook/book
keep-history: false
on:
branch: main
@ -77,7 +77,7 @@ before_script:
- cargo install-update -a
script:
- mdbook build && mdbook test # Edit in case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
- mdbook build && mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
deploy:
provider: pages
@ -85,7 +85,7 @@ deploy:
edge: true
cleanup: false
github-token: $GITHUB_TOKEN
local-dir: book # Edit in case of custom book path: path/to/mybook/book
local-dir: book # In case of custom book path: path/to/mybook/book
keep-history: false
on:
branch: main