8000 Merge branch 'main' into jupyterbook-v1 · xarray-contrib/xarray-tutorial@c94472f · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c94472f

Browse files
authored
Merge branch 'main' into jupyterbook-v1
2 parents 6a52dc6 + 20b2aa8 commit c94472f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yaml

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

79
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
810
permissions:

.github/workflows/pull_request.yaml

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

79
concurrency:
810
group: ${{ github.workflow }}-${{ github.ref }}
@@ -50,4 +52,4 @@ jobs:
5052
uses: actions/upload-artifact@v4
5153
with:
5254
name: html
53-
path: book/_build/html
55+
path: _build/html

0 commit comments

Comments
 (0)
0