mirror of
https://github.com/status-im/nim-style-guide.git
synced 2025-02-23 11:38:23 +00:00
fix broken pages script
This commit is contained in:
parent
736711bb19
commit
4788069311
16
.github/workflows/gh-pages.yml
vendored
16
.github/workflows/gh-pages.yml
vendored
@ -10,12 +10,20 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- 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 book
|
- name: Build book
|
||||||
run: |
|
run: |
|
||||||
curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git rust-lang/mdBook
|
|
||||||
curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git badboy/mdbook-toc
|
|
||||||
curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git badboy/mdbook-open-on-gh
|
|
||||||
PATH=.cargo/bin:$PATH mdbook build
|
PATH=.cargo/bin:$PATH mdbook build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user