-
Notifications
You must be signed in to change notification settings - Fork 4
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
Final Update on CI #13
Open
Chivier
wants to merge
46
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… installation steps
…ration by removing defaults and ensuring conda-forge is prioritized for package installations.
…and streamline package installation for D2l Test and Update Docs workflows.
…lization and package installation steps, ensuring proper activation and configuration for Python 3.8 and pandoc. Update documentation build process to copy generated HTML files correctly.
….8 virtual environment. Update dependency installation steps and streamline documentation build process for improved clarity and efficiency.
…ain documentation build process. Consolidate push, pull_request, and workflow_dispatch events for improved clarity.
…c, removing the specific version constraint for improved compatibility and maintenance.
…hing for Python packages, ensure specific version of pandoc is installed, and enforce installation of recommonmark dependency.
…c by removing the specific version constraint for improved compatibility.
…ency alongside recommonmark for enhanced documentation generation.
…ions of recommonmark and sphinxcontrib-bibtex, enhancing flexibility in dependency management. Ensure virtual environment is activated before package installations for improved reliability.
…ss by moving the d2l-book cloning and installation steps to occur after the virtual environment activation. This change enhances the clarity and reliability of the setup process.
…ss by replacing Conda setup with a Python 3.8 virtual environment. Introduce caching for Python packages, streamline dependency installation, and ensure proper cloning and installation of the d2l-book repository. Improve commit and push logic for updated documentation, ensuring changes are only committed if there are modifications.
…main branch and ensuring pull request events are limited to the main branch. This improves the clarity of event handling for documentation updates.
…idating push and pull_request events, and adding workflow_dispatch for manual execution. This enhances the clarity and flexibility of the documentation update process.
…idating push, pull_request, and adding workflow_dispatch for manual execution. This enhances clarity and flexibility in the documentation update process.
…ocumentation build process. Consolidate Python dependency installation and d2l-book setup into a single step, ensuring the virtual environment is activated beforehand. Update the copying of built HTML documentation to improve clarity and efficiency.
- Introduced a new GitHub Actions workflow for D2l Test that triggers on push, pull_request, and manual execution. - Set up Python 3.8 environment and caching for Python packages to optimize dependency installation. - Streamlined the installation process for d2l-book and added steps to install pandoc. - Enhanced the documentation build process by ensuring proper activation of the virtual environment before building HTML documentation.
…e cloning and copying of HTML files, improve commit logic to ensure documentation is only updated when changes are present.
…it user details for automated commits and adjust push command to ensure proper branch tracking.
… to 'main' for documentation updates, ensuring proper branch tracking during automated commits.
…cumentation updates, replacing the default GitHub Actions bot with specific user information.
…shing documentation updates, enhancing security and ensuring proper authentication during automated commits.
- Remove Python package caching step - Streamline workflow steps by removing redundant names - Modify GitHub token usage for cloning and pushing documentation - Improve overall workflow readability and efficiency
- Remove hardcoded repository URL from git push command - Simplify push operation to use default remote repository
- Configure Git user name and email before committing - Ensure proper user attribution for automated documentation updates
- Include PAT_TOKEN as an environment variable in the GitHub Actions workflow - Prepare for potential authentication or access requirements in the documentation update process
- Move PAT_TOKEN environment variable to the appropriate step - Ensure correct environment variable scoping for Git push operation
- Update Git remote URL configuration to use GitHub token - Simplify authentication and push process for documentation updates - Remove redundant environment variable and push command
- Use PAT token directly in Git clone and push commands - Remove redundant remote URL configuration steps - Simplify authentication mechanism for documentation updates
- Use 'x-access-token:' prefix for PAT token authentication - Consolidate clone and push steps into a single named step - Enhance security and clarity of Git authentication process
- Replace PAT_TOKEN with GH_TOKEN for authentication - Update Git user configuration to use GitHub Actions Bot identity - Simplify authentication and user configuration for documentation updates
- Update workflow to use more robust and secure configuration - Add environment variables for better maintainability - Improve Python dependency and build process - Enhance deployment logic with conditional checks and detailed commit messages - Update to latest GitHub Actions checkout and setup actions
- Remove branch-specific push trigger - Remove conditional deployment check - Streamline workflow configuration for more flexible execution
…rkflow - Add trailing comma to workflow_dispatch trigger - Improve YAML formatting consistency
…tree for pages branch deployment - Replace hardcoded destination repository with in-repository pages branch deployment - Use git worktree to manage pages branch checkout and updates - Simplify documentation deployment process by removing external repository clone - Improve workflow clarity and reduce complexity of documentation publishing
- Improve pages branch checkout and update logic - Add explicit fetch and pull for the pages branch - Ensure robust handling of existing and new pages branches
- Modify pages branch deployment to use force push - Remove complex branch existence and update checks - Streamline Git worktree and branch management logic - Ensure consistent documentation deployment process
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.