Skip to content

Commit

Permalink
Test deployment with decoupled build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Oct 14, 2024
1 parent ab8f573 commit 00c7c26
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test build
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
Test_build:
name: Test build
uses: getpelican/noelmiller/.github/workflows/build.yml@pelican_decouple_build_workflow
permissions:
contents: read
pages: write
id-token: write
with:
settings: "publishconf.py"
requirements: "pelican[markdown] typogrify"
theme: "https://github.com/seanh/sidecar.git"
2 changes: 1 addition & 1 deletion .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
Deploy:
uses: getpelican/pelican/.github/workflows/github_pages.yml@b86383fb28a160eeaf3e13cbf99469a0ed4cfcb2
uses: getpelican/noelmiller/.github/workflows/github_pages.yml@pelican_decouple_build_workflow
permissions:
contents: read
pages: write
Expand Down

0 comments on commit 00c7c26

Please sign in to comment.