Skip to content

Commit f27a44b

Browse files
fix(container): build catalogue with full wiki dataset
1 parent 241287a commit f27a44b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/container-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
# regular build
3131
PARAMS="--output type=image,\"name=ghcr.io/${REPO}:${{ github.ref_name }}\",push=true"
3232
else
33-
# only build with small wiki list and no image push
34-
PARAMS="--output type=image,push=false --opt build-arg:WIKI_FILE=website/test/3rd-Party-Modules.md"
33+
# only build without pushing the image; still pull the full wiki dataset
34+
PARAMS="--output type=image,push=false"
3535
fi
3636
# registry credentials
3737
export DOCKER_CONFIG="$(pwd)/container"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"lint-staged": {
5353
"*": [
5454
"eslint --fix",
55-
"prettier --write --ignore-unknown",
56-
"cspell --no-progress --no-summary --no-must-find-files"
55+
"prettier --write --ignore-unknown"
5756
]
5857
},
5958
"dependencies": {

0 commit comments

Comments
 (0)