Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: '16'
node-version: '24'
cache: npm
- run: npm ci
- run: npm run lint --workspace ui
- run: npm run bundle --workspace ui
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build-prod: build-ui
node_modules/.bin/antora generate antora-playbook.yml --fetch $(ANTORAFLAGS)

build-ui:
node_modules/.bin/gulp --cwd ui bundle
npm run bundle --workspace ui

build-search-index:
npm run build-search-index
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ content:

The design & layout lives in the `ui/` directory of this repository.

`LIVERELOAD=true gulp` may be used to recreate the built documentation after each edit.
To see UI changes rendered with real content, rebuild with `make build-truly-local`.

== More useful links

Expand Down
Loading
Loading