CI: Add rouge
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 18s

This commit is contained in:
Marko Korhonen 2025-07-03 11:51:36 -05:00
parent 1569822f7e
commit cf2353de66
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -21,5 +21,8 @@ jobs:
- name: Install NPM packages - name: Install NPM packages
run: npm install run: npm install
- name: Install Rouge
run: apk add ruby-rouge
- name: Run Hugo - name: Run Hugo
run: hugo --gc --minify --cleanDestinationDir -d /public run: hugo --gc --minify --cleanDestinationDir -d /public