Skip to content

Commit

Permalink
Merge pull request #40 from carolynzech/metrics-test
Browse files Browse the repository at this point in the history
whoops
  • Loading branch information
carolynzech authored Jan 16, 2025
2 parents 5a092eb + 949a6d4 commit 5d7e25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cargo install mdbook --version "^0.4" --locked
echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
# Removed --locked for now since it is broken due to old proc_macro feature.
- name: Install linkchecker
run: cargo install mdbook-linkcheck --version "^0.7"

Expand All @@ -50,7 +51,7 @@ jobs:
- name: Upload book
uses: actions/upload-pages-artifact@v3
with:
path: doc/book
path: book/html
retention-days: "2"

deploy:
Expand Down

0 comments on commit 5d7e25a

Please sign in to comment.