Skip to content

Commit

Permalink
fix jbook path, ignore devcontainer changes (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 24, 2024
1 parent 2185bf4 commit 20b2aa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Website to GitHub Pages
on:
push:
branches: main
paths-ignore:
- ".devcontainer/**"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Pull Request Build
on:
pull_request:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- ".devcontainer/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -50,4 +52,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: html
path: book/_build/html
path: _build/html

0 comments on commit 20b2aa8

Please sign in to comment.