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

pull/177/head
TorchedSammy 2022-06-21 22:36:51 -04:00
parent b89b49e3de
commit 1c2e0fbe72
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 2 deletions

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