diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 46f5df7621..9dd9555379 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: "0" - name: Cleanup runner disk uses: ./.github/actions/cleanup-disk # Cleanup machine before starting the build diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 79425fc4c7..aaf7fa31bc 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: "0" - name: Cleanup runner disk uses: ./.github/actions/cleanup-disk # Cleanup machine before starting the build diff --git a/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md b/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md index f8133619ed..c7e9b50873 100644 --- a/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md +++ b/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md @@ -3,7 +3,7 @@ title: "Getting Started with Intel-Based Platforms on Arduino Create © CC BY- description: "Follow a guided installation wizard to get your IoT Gateway configured, and ready to be used on Arduino Create." coverImage: "assets/intel_gettingstarted_MCXEgoQ813.png" tags: [first configuration, gateway, internet of things] -difficulty: "easy" +difficulty: beginner author: "Arduino_Genuino" source: "https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-intel-based-platforms-on-arduino-create-dcf1bc" --- diff --git a/package-lock.json b/package-lock.json index 720efed846..829d34afe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.22-lr-hotfix", + "@arduino/docs-arduino-cc": "^2.0.23", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", @@ -339,9 +339,9 @@ } }, "node_modules/@arduino/docs-arduino-cc": { - "version": "2.0.22-lr-hotfix", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.22-lr-hotfix/a97b83619051e3832bb593b9bf3a82f64c880ccd", - "integrity": "sha512-6xwkTD7poXgjaVCnHrL28Jsxc7kjpdzOYdrk5RFBxPBTdXrd5Cmr1uPh0zB0XDZbBuylP/mwyS6AGDXOzLMCuQ==", + "version": "2.0.23", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.23/c813d79dd7d6415db99dd6897571e66f0a3ca54a", + "integrity": "sha512-GN6B9NZIxtKTlA9t/PfIburLP/L3sc2UEk8pS7TWrNzKzgeUDeCAKjz+BfwUD3f32jsZEYt+sNUDE2iCj5uTdA==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 8ff0390eca..04008fe9b2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.22-lr-hotfix", + "@arduino/docs-arduino-cc": "^2.0.23", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",