Skip to content

Commit d47732c

Browse files
committed
ci: antora-build-action v2 positive inputs
Made-with: Cursor
1 parent b4e1878 commit d47732c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141

4242
- name: Build Antora site
4343
id: antora
44-
uses: antora-supplemental/antora-build-action@v1
44+
uses: antora-supplemental/antora-build-action@v2
4545
with:
4646
playbook: antora-playbook.yml
4747
output_dir: build/site
48-
skip_install: true
49-
skip_pnpm_setup: true
50-
skip_node_setup: true
48+
install_dependencies: false
49+
setup_pnpm: false
50+
setup_node: false
5151
fetch: true
5252

5353
- name: Setup Pages

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Entries below are in **chronological order** by date: prior release, then the **
1111
== Unreleased
1212

1313
* `package.json` `packageManager`: bump pnpm to **10.33.0** (matches `pnpm/action-setup` in CI, including link:https://github.com/antora-supplemental/antora-build-action[antora-build-action], so the action and Corepack no longer disagree).
14-
* GitHub Pages deploy workflow: pass `skip_pnpm_setup` and `skip_node_setup` to link:https://github.com/antora-supplemental/antora-build-action[antora-build-action] after the job’s own `pnpm` / `setup-node` steps (no duplicate toolchain setup).
14+
* GitHub Pages deploy workflow: use link:https://github.com/antora-supplemental/antora-build-action[antora-build-action] **v2** with `setup_pnpm: false`, `setup_node: false`, and `install_dependencies: false` after the job’s own `pnpm` / `setup-node` steps (no duplicate toolchain setup).
1515

1616
== [0.1.6] - 2026-04-12
1717

0 commit comments

Comments
 (0)