Skip to content
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

chore(test): add deploy cache #1540

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

Fupete
Copy link
Collaborator

@Fupete Fupete commented Mar 6, 2025

No description provided.

@Fupete Fupete self-assigned this Mar 6, 2025
@Fupete Fupete marked this pull request as draft March 6, 2025 12:14
uses: actions/cache@v3
with:
path: |
public
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public

path: |
public
.cache
key: ${{ runner.os }}-gatsby-build-${{ github.sha }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
key: ${{ runner.os }}-gatsby-build-${{ github.sha }}
key: ${{ runner.os }}-gatsby-cache-${{ github.sha }}

Copy link
Contributor

github-actions bot commented Mar 6, 2025

⚡ Lighthouse report for the home page 🏠

Category Score
🔴 Performance 44
🟢 Accessibility 100
🟢 Best practices 100
🟢 SEO 100

See the full report...

Other pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🛠 Doing
Development

Successfully merging this pull request may close these issues.

1 participant