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 44 branches :
55 - master
66
7+ env :
8+ # renovate: datasource=crate depName=mdbook versioning=semver
9+ MDBOOK_VERSION : 0.4.37
10+
711jobs :
812 build :
913 runs-on : ubuntu-latest
1418 - name : Install mdbook
1519 run : |
1620 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
1822 echo `pwd`/mdbook >> $GITHUB_PATH
1923 - name : Generate Book
2024 run : |
You can’t perform that action at this time.
0 commit comments