Skip to content

working on issue for deployment #436

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
Aug 1, 2024
Merged

working on issue for deployment #436

merged 1 commit into from
Aug 1, 2024

Conversation

devsetgo
Copy link
Owner

@devsetgo devsetgo commented Aug 1, 2024

Addresses issues related to the deployment process of our documentation site using GitHub Pages. The primary motivation behind these changes is to ensure that our deployment is robust and up-to-date with the latest changes in the gh-pages branch.

Key improvements include:

  1. Git Configuration: We configure Git with a user name and email specific to GitHub Actions. This is necessary for any git operations performed during the CI workflow, ensuring that commits made by the bot are properly attributed.

  2. Pulling Latest Changes: By pulling the latest changes from gh-pages before deployment, we reduce the likelihood of deployment conflicts and ensure that the most recent updates are included in the documentation.

  3. Force Deployment: The deployment command now includes the --force flag. This ensures that if there are any discrepancies between the local and remote gh-pages branches, the local version will overwrite the remote one, preventing deployment failures.

Overall, these changes will streamline our deployment process and enhance the reliability of our documentation updates, ensuring that users always have access to the latest information.

Copy link

sonarqubecloud bot commented Aug 1, 2024

@devsetgo devsetgo merged commit 170b799 into main Aug 1, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant