Skip to content

Commit d51a09e

Browse files
Update dependencies (#209)
* Update 05-child-workflows.md * throw error on markdown broken link * gh action remove test job * update dependencies --------- Co-authored-by: Wissem Belguidoum <[email protected]>
1 parent 7b1242f commit d51a09e

File tree

5 files changed

+1460
-1560
lines changed

5 files changed

+1460
-1560
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
20-
- name: Use Node.js v18
20+
- name: Use Node.js lts/hydrogen (v18)
2121
# https://github.com/actions/setup-node
2222
uses: actions/setup-node@v4
2323
with:

.github/workflows/publish-to-gh-pages.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
echo "ORGANIZATION_NAME=${REPO_NAME/\/*/}" >> $GITHUB_ENV
4141
fi
4242
43-
- name: Test variable
44-
run: |
45-
echo "CADENCE_DOCS_URL is ${CADENCE_DOCS_URL}"
46-
echo "PROJECT_NAME is ${PROJECT_NAME}"
47-
echo "BASE_URL is ${BASE_URL}"
48-
echo "ORGANIZATION_NAME is ${ORGANIZATION_NAME}"
49-
5043
# same as build.yml
5144
- name: Checkout 🛎️
5245
uses: actions/checkout@v4

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const config: Config = {
3737
trailingSlash: false,
3838

3939
onBrokenLinks: 'throw',
40-
onBrokenMarkdownLinks: 'warn',
40+
onBrokenMarkdownLinks: 'throw',
4141

4242
// Even if you don't use internationalization, you can use this field to set
4343
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)