Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Aug 16, 2023
1 parent 31574bc commit 71fe5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit 71fe5db

Please sign in to comment.