CI: Add rouge
This commit is contained in:
parent
0bf7f7f525
commit
264184c323
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy_site.yaml
vendored
3
.github/workflows/deploy_site.yaml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
|||
- name: Fix git ownership
|
||||
run: git config --global --add safe.directory /__w/korhonen.cc/korhonen.cc
|
||||
|
||||
- name: Add extra dependencies
|
||||
run: apk add ruby-rouge
|
||||
|
||||
- name: Install NPM packages
|
||||
run: npm install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue