Skip to content

Commit

Permalink
Update test-no-basis-gh-pages.yml
Browse files Browse the repository at this point in the history
cd ${{ env.IG }}
  • Loading branch information
rockphotog authored Jan 22, 2025
1 parent 92da09a commit 20c1335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 mal/${{ env.IG }}
cd ${{ 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 Down

0 comments on commit 20c1335

Please sign in to comment.