8000 fix jbook path, ignore devcontainer changes (#276) · xarray-contrib/xarray-tutorial@20b2aa8 · GitHub
[go: up one dir, main page]

Skip to content

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 20b2aa8

Browse files
authored
fix jbook path, ignore devcontainer changes (#276)
1 parent 2185bf4 commit 20b2aa8

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