Skip to content

Commit 533ce13

Browse files
authored
2.0.5 Board Registration (#1795)
* 2.0.5 Board Registration * avoid cloudflare action * avoid cloudflare action
1 parent af0e065 commit 533ce13

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/cloudflare-upload/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
upload-dir:
55
description: "The name of the app to build and export"
66
required: true
7-
7+
88
project-name:
99
description: "The name of the project to upload to"
1010
required: true
@@ -66,7 +66,7 @@ runs:
6666
### ${{ inputs.project-name }}
6767
🚀 Preview this PR: ${{ steps.deploy-cloudflare.outputs.url }}
6868
📍 Commit SHA: ${{ github.sha }}
69-
69+
7070
7171
- name: Update PR Preview Comment
7272
if: github.event_name == 'pull_request' && steps.deploy-preview-comment.outputs.comment-id != 0

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/arduino/docs-content#readme",
2020
"dependencies": {
21-
"@arduino/docs-arduino-cc": "^2.0.5",
21+
"@arduino/docs-arduino-cc": "^2.0.5-hotfix-1",
2222
"gatsby": "^5.11.0",
2323
"gatsby-background-image": "^1.6.0",
2424
"gatsby-image": "^3.11.0",

0 commit comments

Comments
 (0)