Skip to content

Commit

Permalink
igs->mal
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog authored Jan 22, 2025
1 parent 6d2e3b5 commit 92da09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-no-basis-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mkdir -p /github/home/.fhir/packages/hl7.fhir.no.basis#2.2.0/package
echo "Copy local no-basis snapshot to .fhir package cache directory"
cp -r ./node_modules/hl7.fhir.no.basis/* /github/home/.fhir/packages/hl7.fhir.no.basis#2.2.0/package
cd igs/${{ env.IG }}
cd mal/${{ env.IG }}
echo "Get latest publisher"
curl -L https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -o ./input-cache/publisher.jar --create-dirs
echo "Install Sushi compiler"
Expand All @@ -37,6 +37,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: igs/${{ env.IG }}/output
publish_dir: mal/${{ env.IG }}/output
destination_dir: currentbuild
commit_message: '${{ env.IG }}: ${{ github.event.head_commit.message }}'

0 comments on commit 92da09a

Please sign in to comment.