Skip to content

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

+2
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

+3-1
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)