File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Build and Deploy Docs
1+ name : Release Workflow
22
33on :
44 workflow_dispatch :
1313 timeout-minutes : 30
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
2323 git config user.email "github-actions[bot]@users.noreply.github.com"
2424
2525 - name : Set Up Node
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
28- node-version : 18
28+ node-version : 20
2929 cache : npm
3030
3131 - name : Install Dependencies
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const config = {
88 url : 'https://docs.hauler.dev' ,
99 baseUrl : '/' ,
1010 onBrokenLinks : 'throw' ,
11- onBrokenMarkdownLinks : 'warn' ,
1211 favicon : 'img/hauler.ico' ,
1312 trailingSlash : false ,
1413
@@ -20,6 +19,12 @@ const config = {
2019 locales : [ 'en' ] ,
2120 } ,
2221
22+ markdown : {
23+ hooks : {
24+ onBrokenMarkdownLinks : 'warn' ,
25+ } ,
26+ } ,
27+
2328 presets : [
2429 [
2530 'classic' ,
You can’t perform that action at this time.
0 commit comments