Skip to content

Commit e4f5af7

Browse files
CI Updates
1 parent b7b92f5 commit e4f5af7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# branches: [ main ]
88
release:
99
types: [published]
10-
10+
1111
jobs:
1212
pack:
1313
name: Generate pack
@@ -35,8 +35,8 @@ jobs:
3535
packchk-version: 1.4.3
3636
gen-pack-script: ./gen_pack.sh
3737
gen-pack-output: ./output
38-
gen-doc-script: ./documentation/gen_doc.sh
39-
doc-path: ./docs
38+
#gen-doc-script: ./docs/gen_doc.sh
39+
#doc-path: ./docs
4040

4141
- name: Cache artifact
4242
uses: actions/cache/save@v4

docs/gen_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ echo_log "Generating documentation ..."
2929

3030
"${UTILITY_MKDOCS}" build -f "${DIRNAME}/../mkdocs.yml" || exit
3131

32-
check_links --timeout 120 "${DIRNAME}/../docs/index.html" "${DIRNAME}"
32+
check_links --timeout 120 "${DIRNAME}/../documentation/index.html" "${DIRNAME}"
3333

3434
exit 0

gen_pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PACK_BUILD=./build
2929
# Default: empty (all folders)
3030
#
3131
PACK_DIRS="
32-
docs
32+
documentation
3333
template
3434
overview
3535
"

0 commit comments

Comments
 (0)