update
Some checks failed
Hugo / build (push) Failing after 3s

This commit is contained in:
brooke 2024-06-16 16:48:35 -04:00
parent 7488de1482
commit 136bc694b4

View file

@ -13,7 +13,7 @@ jobs:
with: with:
submodules: "true" submodules: "true"
- name: Copy exampleSite Files - name: Copy exampleSite Files
run: cp -v exampleSite/hugo.yaml . run: mkdir themes/hugo-maintenance && cp -v ./* !themes/hugo-maintenance && cp -v /themes/hugo-maintenance/exampleSite/hugo.yaml .
- name: Run build task - name: Run build task
run: hugo --minify run: hugo --minify
- name: Deploy to Server - name: Deploy to Server
@ -24,4 +24,4 @@ jobs:
SOURCE: "public/" SOURCE: "public/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }} REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }} TARGET: ${{ secrets.REMOTE_TARGET }}