From 71fe5db84b040aa6ee472c85195a9a1f745c00f5 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Wed, 16 Aug 2023 21:32:52 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e495c27..bcb3bcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,8 @@ jobs: run: echo ${GITHUB_REF##*/} # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + - name: Create gh-pages branch if it doesn't exist run: | exists=$(git ls-remote --heads origin gh-pages | wc -l) @@ -48,8 +50,6 @@ jobs: echo 'gh-pages branch exists' fi - - uses: actions/checkout@v3 - - name: Update the image to the latest publisher uses: docker://hl7fhir/ig-publisher-base:latest with: