Skip to content

Commit

Permalink
upgrade to Baseprinter Action v4, autobaseprint
Browse files Browse the repository at this point in the history
* generated baseprint snapshot committed to autobaseprint branch
  • Loading branch information
castedo committed Feb 7, 2024
1 parent 2ce04cb commit 46be73c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/baseprinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ on:
workflow_dispatch:

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
# and committing generated baseprint snapshot to autobaseprint branch
permissions:
contents: write
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: castedo/baseprinter-action@v3
- uses: castedo/baseprinter-action@v4
with:
defaults-file: "pandocin.yaml"
deploy:
Expand Down

0 comments on commit 46be73c

Please sign in to comment.