Skip to content

Commit

Permalink
Fixed build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamM32 committed Oct 1, 2023
1 parent bf8f996 commit 4065a2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Ruby
uses: actions/setup-ruby@v1
Expand All @@ -21,6 +21,9 @@ jobs:
- name: Install Kramdown
run: gem install kramdown

- name: Install ERB
run: gem install erb

- name: Convert Markdown to HTML
run: |
mkdir articles-html
Expand Down

0 comments on commit 4065a2d

Please sign in to comment.