Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Oct 14, 2024
1 parent 53e774d commit 800900d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
Debug:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github }}"
- run: echo "${{ github.event.repository.default_branch }}"
Deploy:
uses: seanh/pelican/.github/workflows/github_pages.yml@pelican_decouple_build_workflow-single-file
permissions:
Expand All @@ -20,4 +20,4 @@ jobs:
settings: "publishconf.py"
requirements: "pelican[markdown] typogrify"
theme: "https://github.com/seanh/sidecar.git"
deploy: ${{ github.event_name != 'pull_request' && github.ref_type == 'branch' && github.ref == 'main' }}
deploy: ${{ github.event_name != 'pull_request' && github.ref_type == 'branch' && github.ref_name == 'main' }}

0 comments on commit 800900d

Please sign in to comment.