Commit a00083c
authored
Dev (#11)
* Update GitHub Actions workflows to use Python 3.8 and improve package installation steps
* Refactor GitHub Actions workflows to streamline Conda channel configuration by removing defaults and ensuring conda-forge is prioritized for package installations.
* Refactor GitHub Actions workflows to enhance Conda environment setup and streamline package installation for D2l Test and Update Docs workflows.
* Refactor GitHub Actions workflows to improve Conda environment initialization 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.
* Refactor GitHub Actions workflow to replace Conda setup with Python 3.8 virtual environment. Update dependency installation steps and streamline documentation build process for improved clarity and efficiency.
* Refactor GitHub Actions workflow to simplify event triggers and maintain documentation build process. Consolidate push, pull_request, and workflow_dispatch events for improved clarity.
* Update GitHub Actions workflow to install the latest version of pandoc, removing the specific version constraint for improved compatibility and maintenance.
* Update GitHub Actions workflow for D2l Test: rename workflow, add caching for Python packages, ensure specific version of pandoc is installed, and enforce installation of recommonmark dependency.
* Update GitHub Actions workflow to install the latest version of pandoc by removing the specific version constraint for improved compatibility.
* Update GitHub Actions workflow to install sphinxcontrib-bibtex dependency alongside recommonmark for enhanced documentation generation.
* Refactor GitHub Actions workflow to remove specific version installations of recommonmark and sphinxcontrib-bibtex, enhancing flexibility in dependency management. Ensure virtual environment is activated before package installations for improved reliability.
* Refactor GitHub Actions workflow to streamline the installation process 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.
* Refactor GitHub Actions workflow to enhance documentation build process 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.
* Enhance GitHub Actions workflow by adding push event trigger for the main branch and ensuring pull request events are limited to the main branch. This improves the clarity of event handling for documentation updates.
* Refactor GitHub Actions workflow to simplify event triggers by consolidating push and pull_request events, and adding workflow_dispatch for manual execution. This enhances the clarity and flexibility of the documentation update process.
* Refactor GitHub Actions workflow to simplify event triggers by consolidating push, pull_request, and adding workflow_dispatch for manual execution. This enhances clarity and flexibility in the documentation update process.
* Refactor GitHub Actions workflow to streamline the installation and documentation 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.
* Add D2l Test workflow for automated documentation build
- 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.1 parent b6180d8 commit a00083c
2 files changed
+1
-7
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 57 | + | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
66 | | - | |
67 | 62 | | |
68 | | - | |
69 | 63 | | |
0 commit comments