Skip to content

Commit

Permalink
Merge branch 'master' into tschm-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 12, 2024
2 parents 53bedfd + d3679d3 commit 419afdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Build the book
- name: Build the book
shell: bash
Expand All @@ -30,7 +31,7 @@ jobs:
fi
- name: Publish book
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: ${{ steps.target.outputs.branch }} # The branch the action should deploy to.
folder: book/_build/html # The folder the action should deploy.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected].0
- uses: actions/checkout@v4
- uses: pre-commit/[email protected].1

0 comments on commit 419afdc

Please sign in to comment.