Skip to content

Commit 3383cd8

Browse files
themr0cclaude
andcommitted
docs: update README.adoc for removed build.sh and new deploy script
Remove reference to deleted build/scripts/build.sh asciidoctor alternative. Update deploy script reference from .sh to .js. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a54e5a1 commit 3383cd8

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.adoc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,6 @@ The `ccutil` CLI tool reproduces the behavior of the production publication chai
5656
$ build/scripts/build-ccutil.sh
5757
----
5858

59-
[NOTE]
60-
====
61-
* To build with `asciidoctor` rather than `ccutil`, run the following script.
62-
The output will look differently and you might miss issues with content that cannot build in production.
63-
+
64-
[source,terminal]
65-
----
66-
$ build/scripts/build.sh
67-
----
68-
====
69-
7059
## Checking for broken links
7160

7261
You can run `lychee` locally to check for broken links in your PR.
@@ -101,7 +90,7 @@ PRs have a link to the generated HTML attached as a comment.
10190

10291
The publication workflow has two stages:
10392

104-
. The link:.github/workflows/pr.yml[PR workflow] and link:.github/workflows/build-asciidoc.yml[GitHub Pages workflow] build HTML from AsciiDoc sources and push the output to the `gh-pages` branch using `build/scripts/deploy-gh-pages.sh`, which handles concurrent pushes with automatic retry.
93+
. The link:.github/workflows/pr.yml[PR workflow] and link:.github/workflows/build-asciidoc.yml[GitHub Pages workflow] build HTML from AsciiDoc sources and push the output to the `gh-pages` branch using `build/scripts/deploy-gh-pages.js`, which handles concurrent pushes with automatic retry, cleanup of stale PR/branch directories, and index regeneration.
10594
. The link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/actions/workflows/pages/pages-build-deployment[GitHub Pages build and deployment] workflow, managed by GitHub, detects pushes to the `gh-pages` branch and publishes the content to GitHub Pages.
10695

10796
## Reviews

0 commit comments

Comments
 (0)