Skip to content

Commit 8dc179b

Browse files
authored
Merge branch 'main' into jupyterbook-v1
2 parents c94472f + b8573b5 commit 8dc179b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM pangeo/base-image:2024.06.02
1+
FROM pangeo/base-image:2024.06.24

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Deploy Website to GitHub Pages
33
on:
44
push:
55
branches: main
6-
paths-ignore:
7-
- ".devcontainer/**"
6+
paths-ignore:
7+
- ".devcontainer/**"
88

99
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1010
permissions:

.github/workflows/pull_request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Pull Request Build
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, closed]
6-
paths-ignore:
7-
- ".devcontainer/**"
6+
paths-ignore:
7+
- ".devcontainer/**"
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/qaqc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- ".devcontainer/**"
79

810
concurrency:
911
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)