Skip to content

Commit 6ad9096

Browse files
authored
Update jekyll-docker.yml
1 parent 1b3e1e0 commit 6ad9096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jekyll-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
1515

16+
- name: Give execute permission to _updatePublisher.sh
17+
run: chmod +x ./_updatePublisher.sh
18+
1619
- name: Update the image to the latest publisher
1720
uses: docker://hl7fhir/ig-publisher-base:latest
1821
with:

0 commit comments

Comments
 (0)