Skip to content

Commit

Permalink
git push
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 15, 2024
1 parent fa0a445 commit 4794b03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ig-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@ jobs:
wget -q https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
ls -all ./publisher.jar
- name: List path
run: ls -R ./

# Builds the HTML page for the IG.
- name: 🏃‍♂️ Run IG Publisher on repository
- name: 🏃‍♂️ Run IG Publisher local
timeout-minutes: 45 # We need a long timeout here
run: |
cd ${{ steps.repo_name.outputs.repo }}
Expand All @@ -88,7 +85,7 @@ jobs:
run: rm -rf ${{ steps.repo_name.outputs.repo }}
shell: bash

- uses: actions/checkout@v4
- name: Commit and push changes
- run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 4794b03

Please sign in to comment.