8000 Split CI build, restore Cloudflare purge for datasheets by Serjlee · Pull Request #2153 · arduino/docs-content · GitHub
[go: up one dir, main page]

Skip to content

Split CI build, restore Cloudflare purge for datasheets #2153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Sep 10, 2024
Merged
Prev Previous commit
Next Next commit
Set name
  • Loading branch information
Serjlee committed Sep 9, 2024
commit 24ce991fbb048fd38812932450c8eb9b4311f416
5 changes: 3 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
cache: "npm"
cache-dependency-path: "package-lock.json"

- uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
- name: Retrieve Datasheets
uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
with:
name: datasheets

Expand All @@ -70,7 +71,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cache-gatsby-main

- name: Gatsby Public Folder
- name: Gatsby Public Folder cache
uses: actions/cache@v4
id: gatsby-public-folder
with:
Expand Down
0