Skip to content

Commit f74dc7d

Browse files
authored
updates for versions and dependencies (#56)
1 parent ef93553 commit f74dc7d

4 files changed

Lines changed: 419 additions & 315 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy Docs
1+
name: Release Workflow
22

33
on:
44
workflow_dispatch:
@@ -13,7 +13,7 @@ jobs:
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

@@ -23,9 +23,9 @@ jobs:
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

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)