Skip to content

Fix cloud deployment issues#39

Merged
arnold117 merged 2 commits into
masterfrom
claude/fix-cloud-deployment-011CUpbYdUBAXVHJaxMfpMPD
Nov 5, 2025
Merged

Fix cloud deployment issues#39
arnold117 merged 2 commits into
masterfrom
claude/fix-cloud-deployment-011CUpbYdUBAXVHJaxMfpMPD

Conversation

@arnold117

Copy link
Copy Markdown
Owner

…action

  • Replaced JamesIves/github-pages-deploy-action with official actions/deploy-pages
  • Added proper permissions (pages: write, id-token: write) for GitHub Pages deployment
  • Split workflow into separate build and deploy jobs for better control
  • Added concurrency control to prevent deployment conflicts
  • Added actions/configure-pages to properly configure Pages settings
  • Updated baseurl configuration to use Pages base_path output
  • This fixes the cloud deployment issue while maintaining local deployment compatibility

…action

- Replaced JamesIves/github-pages-deploy-action with official actions/deploy-pages
- Added proper permissions (pages: write, id-token: write) for GitHub Pages deployment
- Split workflow into separate build and deploy jobs for better control
- Added concurrency control to prevent deployment conflicts
- Added actions/configure-pages to properly configure Pages settings
- Updated baseurl configuration to use Pages base_path output
- This fixes the cloud deployment issue while maintaining local deployment compatibility
@github-actions

github-actions Bot commented Nov 5, 2025

Copy link
Copy Markdown

Failed prettier code check. Check this file for more information.

- Add _scripts/**/*.js to .prettierignore to exclude JS files with Jekyll front matter
- Run prettier --write to auto-format all files according to project style guide
- Fixed formatting in config files, markdown files, and SCSS files
- This resolves the "Failed prettier code check" error in CI

All changes are automated formatting by Prettier with no functional changes.
@arnold117
arnold117 merged commit 4f8a0ee into master Nov 5, 2025
4 checks passed
@arnold117
arnold117 deleted the claude/fix-cloud-deployment-011CUpbYdUBAXVHJaxMfpMPD branch November 5, 2025 11:02
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