Skip to content

Commit

Permalink
Update dependencies (#209)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ibarrajo and elbombardi authored Jan 9, 2025
1 parent 7b1242f commit d51a09e
Show file tree
Hide file tree
Showing 5 changed files with 1,460 additions and 1,560 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js v18
- name: Use Node.js lts/hydrogen (v18)
# https://github.com/actions/setup-node
uses: actions/setup-node@v4
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/publish-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
echo "ORGANIZATION_NAME=${REPO_NAME/\/*/}" >> $GITHUB_ENV
fi
- name: Test variable
run: |
echo "CADENCE_DOCS_URL is ${CADENCE_DOCS_URL}"
echo "PROJECT_NAME is ${PROJECT_NAME}"
echo "BASE_URL is ${BASE_URL}"
echo "ORGANIZATION_NAME is ${ORGANIZATION_NAME}"
# same as build.yml
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config: Config = {
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
onBrokenMarkdownLinks: 'throw',

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

0 comments on commit d51a09e

Please sign in to comment.