Skip to content
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
74ee9b8
Update GitHub Actions workflows to use Python 3.8 and improve package…
Chivier Jan 18, 2025
3200d0d
Refactor GitHub Actions workflows to streamline Conda channel configu…
Chivier Jan 18, 2025
d6aca24
Refactor GitHub Actions workflows to enhance Conda environment setup …
Chivier Jan 18, 2025
f481622
Refactor GitHub Actions workflows to improve Conda environment initia…
Chivier Jan 18, 2025
d80b7e2
Refactor GitHub Actions workflow to replace Conda setup with Python 3…
Chivier Jan 18, 2025
dcd3707
Refactor GitHub Actions workflow to simplify event triggers and maint…
Chivier Jan 18, 2025
c2be708
Update GitHub Actions workflow to install the latest version of pando…
Chivier Jan 18, 2025
c43cca0
Update GitHub Actions workflow for D2l Test: rename workflow, add cac…
Chivier Jan 18, 2025
ce84bd0
Update GitHub Actions workflow to install the latest version of pando…
Chivier Jan 18, 2025
1dcfa53
Update GitHub Actions workflow to install sphinxcontrib-bibtex depend…
Chivier Jan 18, 2025
ae92064
Refactor GitHub Actions workflow to remove specific version installat…
Chivier Jan 18, 2025
b0c7cb8
Refactor GitHub Actions workflow to streamline the installation proce…
Chivier Jan 18, 2025
b428527
Refactor GitHub Actions workflow to enhance documentation build proce…
Chivier Jan 18, 2025
46f56b8
Enhance GitHub Actions workflow by adding push event trigger for the …
Chivier Jan 18, 2025
7ebf6b7
Refactor GitHub Actions workflow to simplify event triggers by consol…
Chivier Jan 18, 2025
35f761c
Merge branch 'master' into dev
Chivier Jan 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Update Docs

on:
push:
branches:
- main
pull_request:
types:
- closed
branches:
- main
- push
- pull_request
- workflow_dispatch

jobs:
if_merged:
Expand Down