2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 12:43:22 +00:00

ci(website): combine cd and hugo in 1 run cmd

This commit is contained in:
TorchedSammy 2022-06-21 22:36:51 -04:00
parent b89b49e3de
commit 1c2e0fbe72
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -23,8 +23,7 @@ jobs:
extended: true
- name: Build
- run: cd website
- run: hugo --minify
run: 'cd website && hugo --minify'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3