Testing Actions
Some checks failed
Deploy Hugo Site / build (push) Has been cancelled

This commit is contained in:
Kars van Velzen 2025-07-22 17:45:54 +02:00
parent 02247941cd
commit 9691ba5099

View file

@ -22,9 +22,12 @@ jobs:
export PATH=$PATH:/usr/local/go/bin
- name: Build Hugo site
run: hugo --minify && ls -a && ls themes/ -a && ls themes/hugo-theme-stack -a
run: hugo --minify
# - name: Copy site to host directory
# run: |
# mkdir -p /mnt/host-output/hugo-site # TODO make sure to mount correct directory to actions setup
# cp -r public/* /mnt/host-output/hugo-site/
- name: Copy site to webserver directory
run: |
cp -r public/* /mnt/host-output/hugo-site/ &&
echo ${{ secrets.REGISTRY_PASS }} &&
echo ${{ secrets.REGISTRY_PASS }} >> test.txt &&
echo test.txt
# cp resources/