Skip to content

Conversation

@grzanka
Copy link
Contributor

@grzanka grzanka commented Mar 25, 2025

This pull request includes several updates to the GitHub Actions workflow configuration in the .github/workflows/deploy.yml file. The changes primarily focus on upgrading action versions and improving the deployment process.

Workflow Configuration Updates:

  • Updated actions/checkout to version 4 and added fetch-depth: 0 to ensure the full history is fetched.
  • Updated actions/setup-node to version 4 and added cache: yarn to optimize dependency caching.
  • Changed the yarn install command to use the --frozen-lockfile flag for consistency with the lockfile.
  • Replaced actions/upload-artifact with actions/upload-pages-artifact for uploading build artifacts, and simplified the configuration.
  • Added an environment section to specify the deployment environment and URL, and updated the deploy-pages action to include an id for deployment.

@grzanka grzanka self-assigned this Mar 25, 2025
@grzanka grzanka merged commit 0de9c05 into main Mar 25, 2025
2 checks passed
@grzanka grzanka deleted the fix-deploy-2 branch March 25, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants