Skip to content

Commit

Permalink
Another change to build.yml to try to get GitHub Actions working.
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamM32 committed Oct 1, 2023
1 parent 4df2f92 commit 01e50db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ jobs:
ruby-version: 3.0 # Choose the Ruby version you need

- name: Install Kramdown
working-directory: ${{ github.workspace }}
run: |
gem install kramdown
gem install kramdown-parser-gfm
- name: Install ERB
working-directory: ${{ github.workspace }}
run: gem install erb

- name: Convert Markdown to HTML
working-directory: ${{ github.workspace }}
run: |
mkdir articles-html
ruby cache-articles.rb

0 comments on commit 01e50db

Please sign in to comment.