Skip to content

Commit

Permalink
fix jekll plantuml install
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran committed Jan 28, 2024
1 parent 8881f34 commit fa1d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt install ruby ruby-all-dev -y

- name: Install Jekyll
run: sudo gem install jekyll; gem install jekyll-plantuml
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
Expand Down

0 comments on commit fa1d9b8

Please sign in to comment.