Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ProjectPythia/cookbook-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.10.29
Choose a base ref
...
head repository: ProjectPythia/cookbook-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 25, 2024

  1. Remove cname option

    brian-rose committed Oct 25, 2024
    Copy the full SHA
    19bad45 View commit details

Commits on Nov 7, 2024

  1. Merge pull request #135 from brian-rose/remove-cname

    Remove custom domain name option
    brian-rose authored Nov 7, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    542aada View commit details

Commits on Dec 2, 2024

  1. Bump dawidd6/action-download-artifact from 6 to 7

    Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7.
    - [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
    - [Commits](dawidd6/action-download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1d61eb4 View commit details

Commits on Dec 6, 2024

  1. Merge pull request #137 from ProjectPythia/dependabot/github_actions/…

    …dawidd6/action-download-artifact-7
    
    Bump dawidd6/action-download-artifact from 6 to 7
    brian-rose authored Dec 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a1823a9 View commit details

Commits on Jan 27, 2025

  1. Bump dawidd6/action-download-artifact from 7 to 8

    Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8.
    - [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
    - [Commits](dawidd6/action-download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a04e3f0 View commit details
  2. Merge pull request #138 from ProjectPythia/dependabot/github_actions/…

    …dawidd6/action-download-artifact-8
    
    Bump dawidd6/action-download-artifact from 7 to 8
    brian-rose authored Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5af7a41 View commit details

Commits on Mar 3, 2025

  1. Bump dawidd6/action-download-artifact from 8 to 9

    Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9.
    - [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
    - [Commits](dawidd6/action-download-artifact@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: dawidd6/action-download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1084830 View commit details
  2. Merge pull request #140 from ProjectPythia/dependabot/github_actions/…

    …dawidd6/action-download-artifact-9
    
    Bump dawidd6/action-download-artifact from 8 to 9
    brian-rose authored Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ec3d28c View commit details

Commits on Mar 17, 2025

  1. Bump tj-actions/changed-files from 45 to 46

    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46.
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@v45...v46)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1b33924 View commit details

Commits on Mar 18, 2025

  1. Merge pull request #141 from ProjectPythia/dependabot/github_actions/…

    …tj-actions/changed-files-46
    
    Bump tj-actions/changed-files from 45 to 46
    brian-rose authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d4394b0 View commit details
Showing with 4 additions and 22 deletions.
  1. +2 −2 .github/workflows/build-book.yaml
  2. +2 −20 .github/workflows/deploy-book.yaml
4 changes: 2 additions & 2 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ jobs:
- name: Download code artifact
id: get_code_artifact
if: inputs.build_from_code_artifact == 'true'
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: ${{ inputs.workflow }}
@@ -142,7 +142,7 @@ jobs:
- name: Test for environment change
id: env_change
uses: tj-actions/changed-files@v45
uses: tj-actions/changed-files@v46
with:
files: ${{ inputs.environment_file }}

22 changes: 2 additions & 20 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
@@ -18,11 +18,6 @@ on:
required: false
default: 'false'
type: string
cname:
description: 'Custom domain name'
required: false
default: 'None' # This is just a flag for whether to ignore this input
type: string
publish_dir:
description: 'Publish dir for the action'
required: false
@@ -48,7 +43,7 @@ jobs:
# because the artifact is created by a different workflow
- name: Download preview artifact
if: inputs.is_preview == 'true'
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build-book.yaml
@@ -64,24 +59,11 @@ jobs:
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
if: |
(github.ref == 'refs/heads/main' && inputs.cname == 'None')
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ${{ inputs.publish_dir }}
clean: true
clean-exclude: _preview/* # keep existing previews from other PRs
target-folder: ${{ inputs.destination_dir }}

- name: Deploy to GitHub Pages with custom domain
uses: JamesIves/github-pages-deploy-action@v4
if: |
(github.ref == 'refs/heads/main' && inputs.cname != 'None')
(github.ref == 'refs/heads/main')
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ${{ inputs.publish_dir }}
clean: true
clean-exclude: _preview/* # keep existing previews from other PRs
target-folder: ${{ inputs.destination_dir }}
CNAME: ${{ inputs.cname }} # how can we set this for the new action?