Skip to content

Commit 88828ee

Browse files
authored
fix: fix ci to replace all references to {{versions.<package>}}
1 parent b2676a0 commit 88828ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
mdbook-version: "0.4.15"
2020

21+
- run: cargo run --package versions-replacer -- ./docs --manifest-path ./Cargo.toml --filename-regex "\.md$"
2122
- run: mdbook build docs
2223

2324
- name: Deploy master

0 commit comments

Comments
 (0)