We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112706e commit d37fe60Copy full SHA for d37fe60
.github/workflows/ci.yml
@@ -82,20 +82,14 @@ jobs:
82
./atcoder-problems-frontend/node_modules
83
key: ${{ runner.os }}-cargo-${{ hashFiles('atcoder-problems-frontend/yarn.lock') }}
84
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
-
95
- name: Install dependencies
96
run: yarn
+
97
- name: Setup mdBook
98
- run: cargo install mdbook
+ uses: peaceiris/[email protected]
+ with:
+ mdbook-version: 'latest'
99
- name: build
100
run: yarn build
101
- name: test
0 commit comments