CI: Add rouge
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 18s
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 18s
This commit is contained in:
parent
1569822f7e
commit
cf2353de66
1 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,8 @@ jobs:
|
|||
- name: Install NPM packages
|
||||
run: npm install
|
||||
|
||||
- name: Install Rouge
|
||||
run: apk add ruby-rouge
|
||||
|
||||
- name: Run Hugo
|
||||
run: hugo --gc --minify --cleanDestinationDir -d /public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue