From d540002c72e1838d0fb57911b051b74d69889294 Mon Sep 17 00:00:00 2001 From: oliveregger Date: Wed, 15 May 2024 16:54:00 +0200 Subject: [PATCH] adapt path --- .github/workflows/publish_ig.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/publish_ig.yml b/.github/workflows/publish_ig.yml index e2df13e..e94cab6 100644 --- a/.github/workflows/publish_ig.yml +++ b/.github/workflows/publish_ig.yml @@ -32,10 +32,6 @@ jobs: - name: 📥 Download IG Publisher run: wget -q https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar - - - uses: actions/checkout@v4 - with: - repository: ${{ github.repository }} - name: Get the repo name id: repo_name @@ -49,7 +45,6 @@ jobs: - name: 🏃‍♂️ Run IG Publisher timeout-minutes: 45 # We need a long timeout here run : | - cd /home/runner/work/{{ steps.repo_name.outputs.repo }}/${{ steps.repo_name.outputs.repo }} java -Xmx8192m -jar ../publisher.jar -ig . cd .. @@ -61,13 +56,4 @@ jobs: - name: List path run: ls -R ./ - # Publishes the HTML page to a seperate branch in order to host it using GitHub-Pages. - # This will overwrite the currently published HTML page. - # - name: 🚀 Deploy to GitHub-Pages - # uses: peaceiris/actions-gh-pages@v3 - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # publish_dir: ./igSource/output - # destination_dir: ig/${{ steps.branch-name.outputs.current_branch }} - # exclude_assets: '**.zip,**.tgz,**.pack' - # commit_message: ' ${{ github.event.head_commit.message }}' \ No newline at end of file +# cd /home/runner/work/${{ steps.repo_name.outputs.repo }}/${{ steps.repo_name.outputs.repo }}