Skip to content

Commit

Permalink
by side
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 15, 2024
1 parent 152380c commit 7cc41b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_ig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}

- name: List path
run: ls -R ./
path: ${{ steps.repo_name.outputs.repo }}

# Builds the HTML page for the IG.
- name: 🏃‍♂️ Run IG Publisher
Expand All @@ -54,7 +52,6 @@ jobs:
cd /home/runner/work/${{ steps.repo_name.outputs.repo }}/${{ steps.repo_name.outputs.repo }}
java -Xmx8192m -jar ../publisher.jar -ig .
cd ..
cd ..
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7cc41b2

Please sign in to comment.