Skip to content

Commit 4970ad7

Browse files
fix(html-generator): ♻️ refactor CI
1 parent b9d87f5 commit 4970ad7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,12 @@ jobs:
2828
include:
2929
- os: windows-latest
3030
target: x86_64-pc-windows-msvc
31-
- os: windows-latest
32-
target: aarch64-pc-windows-msvc
3331
- os: macos-latest
3432
target: x86_64-apple-darwin
3533
- os: macos-latest
3634
target: aarch64-apple-darwin
3735
- os: ubuntu-latest
3836
target: x86_64-unknown-linux-gnu
39-
# Example: add WebAssembly if desired
40-
# - os: ubuntu-latest
41-
# target: wasm32-unknown-unknown
4237
runs-on: ${{ matrix.os }}
4338
steps:
4439
- uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A high-performance Rust library that transforms Markdown into semantically rich,
3131
- [Advanced Configuration](#advanced-configuration)
3232
- [Installation](#installation)
3333
- [Basic Usage](#basic-usage)
34-
- [Advanced Configuration](#advanced-configuration-1)
34+
- [Advanced Usage Configuration](#advanced-usage-configuration)
3535
- [Processing Methods](#processing-methods)
3636
- [Synchronous Processing](#synchronous-processing)
3737
- [Asynchronous Processing](#asynchronous-processing)
@@ -118,7 +118,7 @@ fn main() -> Result<(), Box<dyn Error>> {
118118
}
119119
```
120120

121-
## Advanced Configuration
121+
## Advanced Usage Configuration
122122

123123
```rust
124124
use html_generator::HtmlConfig;

0 commit comments

Comments
 (0)