File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ extends : [
3
+ "config:best-practices" ,
4
+ ":pinAllExceptPeerDependencies" ,
5
+ ":maintainLockFilesWeekly" ,
6
+ ":semanticCommitsDisabled" ,
7
+ ":label(not-rfc)" ,
8
+ "regexManagers:githubActionsVersions" ,
9
+ "schedule:monthly"
10
+ ] ,
11
+ }
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
7
+ env :
8
+ # renovate: datasource=crate depName=mdbook versioning=semver
9
+ MDBOOK_VERSION : 0.4.37
10
+
7
11
jobs :
8
12
build :
9
13
runs-on : ubuntu-latest
14
18
- name : Install mdbook
15
19
run : |
16
20
mkdir mdbook
17
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
21
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v${{ env.MDBOOK_VERSION }} /mdbook-v${{ env.MDBOOK_VERSION }} -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
22
echo `pwd`/mdbook >> $GITHUB_PATH
19
23
- name : Generate Book
20
24
run : |
You can’t perform that action at this time.
0 commit comments