Skip to content

Commit

Permalink
use action v2; trigger from main specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
castedo committed Dec 3, 2023
1 parent af4b301 commit 0796a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/baseprinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy baseprint preview to GitHub Pages

on:
push:
branches: [$default-branch]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: castedo/baseprinter-action@main
- uses: castedo/baseprinter-action@v2
with:
defaults-file: "pandocin.yaml"
deploy:
Expand Down

0 comments on commit 0796a15

Please sign in to comment.