Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,6 @@
"depNameTemplate": "mdbook",
"packageNameTemplate": "rust-lang/mdBook",
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": ["(^|/)\\.github/workflows/deploy\\.yaml$"],
"matchStrings": ["#\\s?renovate: slowsage/mdbook-pagetoc\\s*MDBOOK_PAGETOC_VERSION:\\s*'(?<currentValue>\\d\\.\\d+\\.\\d+)'"],
"depNameTemplate": "mdbook-pagetoc",
"packageNameTemplate": "slowsage/mdbook-pagetoc",
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": ["(^|/)\\.github/workflows/deploy\\.yaml$"],
"matchStrings": ["#\\s?renovate: lambdalisue/rs-mdbook-alerts\\s*MDBOOK_ALERTS_VERSION:\\s*'(?<currentValue>\\d\\.\\d+\\.\\d+)'"],
"depNameTemplate": "mdbook-alerts",
"packageNameTemplate": "lambdalisue/rs-mdbook-alerts",
"datasourceTemplate": "github-releases"
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: rust-lang/mdBook
MDBOOK_VERSION: '0.4.40'
MDBOOK_VERSION: '0.5.1'
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
21 changes: 1 addition & 20 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,38 +19,19 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: rust-lang/mdBook
MDBOOK_VERSION: '0.4.52'

# renovate: slowsage/mdbook-pagetoc
MDBOOK_PAGETOC_VERSION: '0.2.2'

# renovate: lambdalisue/rs-mdbook-alerts
MDBOOK_ALERTS_VERSION: '0.5.2'
MDBOOK_VERSION: '0.5.1'
steps:
- name: Checkout
uses: actions/checkout@v6

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable

- name: Install mdbook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: ${{ env.MDBOOK_VERSION }}

- name: Setup cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "mdbook-template/gh-actions-cache"

- name: Install mdbook plugins
run: |
cargo install mdbook-pagetoc --version ${{ env.MDBOOK_PAGETOC_VERSION }}
cargo install mdbook-alerts --version ${{ env.MDBOOK_ALERTS_VERSION }}

- name: Build with mdbook
run: mdbook build

Expand Down
5 changes: 0 additions & 5 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
src = "src"
title = "Pulsate Specification"
language = "ja"
multilingual = false
authors = ["Pulsate Project Team <info@pulsate.dev>"]

[build]
build-dir = "build"
create-missing = false

[preprocessor.alerts]

[preprocessor.pagetoc]
104 changes: 33 additions & 71 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.