Skip to content

Commit

Permalink
fix alert icons
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran committed Jan 28, 2024
1 parent de5e033 commit 8e620c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Install Jekyll
run: sudo gem install jekyll jekyll-plantuml

- name: Download and unpack font-awesome
run: wget https://fontawesome.com/v4/assets/font-awesome-4.7.0.zip; unzip font-awesome-4.7.0.zip

- name: Run FHIR server (TODO - load package from vars and validate - maybe just let the publisher handle that...)
run: docker run -d -p 8080:8080 -e hapi.fhir.daoconfig_client_id_strategy=UUID -e hapi.fhir.client_id_strategy=ANY hapiproject/hapi:latest

Expand All @@ -61,6 +58,9 @@ jobs:
- name: Build IG
run: ./_genonce.sh

- name: Download and unpack font-awesome
run: wget https://fontawesome.com/v4/assets/font-awesome-4.7.0.zip; unzip font-awesome-4.7.0.zip -d output

- name: Publish IG Artefact
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions ig-template/package/includes/_append.fragment-header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<link rel="stylesheet" href="../font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./font-awesome-4.7.0/css/font-awesome.min.css">

<!-- Left logo - typically the publisher's logo - project or affiliate -->
<div id="project-nav">
Expand Down

0 comments on commit 8e620c2

Please sign in to comment.