From 55d3b734086a1294a6b5de8b19914837fa6de8c6 Mon Sep 17 00:00:00 2001 From: James Brundage <+@noreply.github.com> Date: Sat, 5 Oct 2024 12:30:12 -0700 Subject: [PATCH] feat: Updating PSJekyll Build ( Fixes #15, Fixes #16 ) Running action just before container creation --- .github/workflows/BuildPSJekyll.yml | 8 ++++---- Build/GitHub/Jobs/BuildPSJekyll.psd1 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/BuildPSJekyll.yml b/.github/workflows/BuildPSJekyll.yml index 0149a4b..e40bbea 100644 --- a/.github/workflows/BuildPSJekyll.yml +++ b/.github/workflows/BuildPSJekyll.yml @@ -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: diff --git a/Build/GitHub/Jobs/BuildPSJekyll.psd1 b/Build/GitHub/Jobs/BuildPSJekyll.psd1 index 26652b2..c64de0c 100644 --- a/Build/GitHub/Jobs/BuildPSJekyll.psd1 +++ b/Build/GitHub/Jobs/BuildPSJekyll.psd1 @@ -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' ) } \ No newline at end of file