Skip to content

Commit

Permalink
feat: Updating PSJekyll Build ( Fixes #15, Fixes #16 )
Browse files Browse the repository at this point in the history
Running action just before container creation
  • Loading branch information
James Brundage committed Oct 5, 2024
1 parent 43a8fb6 commit 55d3b73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildPSJekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,14 @@ jobs:
- name: Use PipeScript Action
uses: StartAutomating/PipeScript@main
id: PipeScript
- name: Run PSJekyll (on branch)
if: ${{github.ref_name != 'main'}}
uses: ./
id: PSJekyllBranch
- name: UseEZOut
uses: StartAutomating/EZOut@master
- name: UseHelpOut
uses: StartAutomating/HelpOut@master
- name: Run PSJekyll (on branch)
if: ${{github.ref_name != 'main'}}
uses: ./
id: PSJekyllBranch
- name: Log in to ghcr.io
uses: docker/login-action@master
with:
Expand Down
8 changes: 4 additions & 4 deletions Build/GitHub/Jobs/BuildPSJekyll.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
name = 'Use PipeScript Action'
uses = 'StartAutomating/PipeScript@main'
id = 'PipeScript'
},
},
'RunEZOut',
'RunHelpOut',
@{
name = 'Run PSJekyll (on branch)'
if = '${{github.ref_name != ''main''}}'
uses = './'
id = 'PSJekyllBranch'
},
'RunEZOut',
'RunHelpOut',
},
'BuildAndPublishContainer'
)
}

0 comments on commit 55d3b73

Please sign in to comment.