Skip to content

Config Fix #19

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 1 commit into from
Jul 25, 2025
Merged

Config Fix #19

merged 1 commit into from
Jul 25, 2025

Conversation

coliff
Copy link
Member

@coliff coliff commented Jul 25, 2025

This pull request includes changes to simplify the project's configuration and improve the deployment process. The most significant updates involve removing ESLint configuration files and overhauling the GitHub Actions workflow to streamline deployment to GitHub Pages.

Simplification of configuration:

  • .eslintignore: Removed the exclusion of *.min.* files from linting.
  • .eslintrc.json: Deleted the ESLint configuration file, effectively removing linting rules and settings from the project.

Deployment process improvements:

  • .github/workflows/build.yml: Updated the workflow to focus on deploying to GitHub Pages. This includes:
    • Renaming the workflow to "Deploy to GitHub Pages."
    • Adding branch-specific triggers for main.
    • Introducing permissions for repository content and page deployment.
    • Replacing manual build steps with the withastro/action@v3 action for installation, building, and uploading the site.
    • Adding a new deploy job to handle deployment using actions/deploy-pages@v4.

@coliff coliff merged commit 554d2ee into main Jul 25, 2025
2 of 5 checks passed
@coliff coliff deleted the dev/coliff/config-fix branch July 25, 2025 15:17
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.

1 participant