File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 # branches: [ main ]
88 release :
99 types : [published]
10-
10+
1111jobs :
1212 pack :
1313 name : Generate pack
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
Original file line number Diff line number Diff 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
3434exit 0
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PACK_BUILD=./build
2929# Default: empty (all folders)
3030#
3131PACK_DIRS="
32- docs
32+ documentation
3333 template
3434 overview
3535"
You can’t perform that action at this time.
0 commit comments