diff --git a/.github/workflows/publish_ig.yml b/.github/workflows/publish_ig.yml index dc07002..e2df13e 100644 --- a/.github/workflows/publish_ig.yml +++ b/.github/workflows/publish_ig.yml @@ -42,11 +42,14 @@ jobs: run: echo "::set-output name=repo::$(echo ${{ github.repository }} | cut -d '/' -f 2)" shell: bash + - name: List path + run: ls -R ./ + # Builds the HTML page for the IG. - name: 🏃‍♂️ Run IG Publisher timeout-minutes: 45 # We need a long timeout here run : | - cd ./${{ steps.repo_name.outputs.repo }} + cd /home/runner/work/{{ steps.repo_name.outputs.repo }}/${{ steps.repo_name.outputs.repo }} java -Xmx8192m -jar ../publisher.jar -ig . cd ..