mirror of
https://github.com/status-im/nim-style-guide.git
synced 2025-02-22 11:08:12 +00:00
fixup
This commit is contained in:
parent
d8b89cbc20
commit
187823c270
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -14,9 +14,15 @@ jobs:
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: mdbook
|
||||
use-tool-cache: true
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: mdbook-toc
|
||||
use-tool-cache: true
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: mdbook-open-on-gh
|
||||
use-tool-cache: true
|
||||
- name: Build
|
||||
run: |
|
||||
PATH=.cargo/bin:$PATH mdbook build
|
||||
|
Loading…
x
Reference in New Issue
Block a user