Skip to content

Commit

Permalink
chore: add markers to dependencies to enable extractors
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Jun 28, 2024
1 parent ace6931 commit f264788
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
build:
runs-on: ubuntu-latest
env:
# https://github.com/rust-lang/mdBook/releases/tag/v0.4.40
MDBOOK_VERSION: 0.4.40
# renovate: rust-lang/mdBook
MDBOOK_VERSION: '0.4.40'

# https://github.com/slowsage/mdbook-pagetoc/releases/tag/v0.2.0
MDBOOK_PAGETOC_VERSION: 0.2.0
# renovate: slowsage/mdbook-pagetoc
MDBOOK_PAGETOC_VERSION: '0.2.0'

# https://github.com/lambdalisue/rs-mdbook-alerts/releases/tag/v0.5.2
MDBOOK_ALERTS_VERSION: 0.5.2
# renovate: lambdalisue/rs-mdbook-alerts
MDBOOK_ALERTS_VERSION: '0.5.2'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f264788

Please sign in to comment.