Skip to content

Commit d37fe60

Browse files
committed
ビルド済みのmdBookをダウンロードするようにした
1 parent 112706e commit d37fe60

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,14 @@ jobs:
8282
./atcoder-problems-frontend/node_modules
8383
key: ${{ runner.os }}-cargo-${{ hashFiles('atcoder-problems-frontend/yarn.lock') }}
8484

85-
- name: Cache cargo registry
86-
uses: actions/cache@v2
87-
with:
88-
path: |
89-
~/.cargo/git
90-
~/.cargo/registry/cache
91-
~/.cargo/registry/index
92-
./atcoder-problems-backend/target
93-
key: ${{ runner.os }}-cargo-${{ hashFiles('atcoder-problems-backend/Cargo.lock') }}
94-
9585
- name: Install dependencies
9686
run: yarn
87+
9788
- name: Setup mdBook
98-
run: cargo install mdbook
89+
uses: peaceiris/[email protected]
90+
with:
91+
mdbook-version: 'latest'
92+
9993
- name: build
10094
run: yarn build
10195
- name: test

0 commit comments

Comments
 (0)