File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,16 +92,16 @@ jobs:
9292 # COMPILATION
9393 #
9494
95- - uses : actions/setup-node@v4
95+ - uses : actions/setup-node@v6
9696 with :
97- node-version : ' current '
97+ node-version : 24
9898
9999 - name : Install dependencies
100- run : yarn install
100+ run : npm install
101101 working-directory : ./website
102102
103103 - name : Build website
104- run : yarn build
104+ run : npm run build
105105 working-directory : ./website
106106 env :
107107 NODE_ENV : production
Original file line number Diff line number Diff line change @@ -13,8 +13,15 @@ module.exports = {
1313 // Compilation/deploy options
1414 organizationName : "gama-platform" ,
1515 projectName : "gama-platform.github.io" ,
16- onBrokenLinks : "log" ,
17- onBrokenMarkdownLinks : "log" ,
16+ onBrokenLinks : "ignore" ,
17+ onBrokenAnchors : "ignore" ,
18+
19+ markdown : {
20+ hooks : {
21+ onBrokenMarkdownLinks : "warn"
22+ }
23+ } ,
24+
1825 deploymentBranch : "master" ,
1926 // Needed to have an algolia crawler compatible website
2027 trailingSlash : false ,
Original file line number Diff line number Diff line change 1212 "write-heading-ids" : " docusaurus write-heading-ids"
1313 },
1414 "dependencies" : {
15- "@docusaurus/core" : " 3.8.1" ,
16- "@docusaurus/plugin-client-redirects" : " 3.8.1" ,
17- "@docusaurus/preset-classic" : " 3.8.1" ,
18- "@docusaurus/theme-classic" : " 3.8.1" ,
19- "@docusaurus/theme-search-algolia" : " 3.8.1" ,
15+ "@docusaurus/core" : " ^ 3.8.1" ,
16+ "@docusaurus/plugin-client-redirects" : " ^ 3.8.1" ,
17+ "@docusaurus/preset-classic" : " ^ 3.8.1" ,
18+ "@docusaurus/theme-classic" : " ^ 3.8.1" ,
19+ "@docusaurus/theme-search-algolia" : " ^ 3.8.1" ,
2020 "@giscus/react" : " ^2.3.0" ,
2121 "@mdx-js/react" : " ^3.0.0" ,
2222 "@saucelabs/theme-github-codeblock" : " ^0.3.0" ,
You can’t perform that action at this time.
0 commit comments