update deployment
All checks were successful
Hugo / build (push) Successful in 28s

This commit is contained in:
Brooke 2024-03-14 16:20:03 -04:00
parent d4dce5d17b
commit 188a6b5b1d

View file

@ -14,7 +14,7 @@ jobs:
- name: Grab packages
run: |
apt-get update && \
apt-get install -y jq rsync
apt-get install --no-install-recommends --no-install-suggests -y jq rsync
- name: Test static page
run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
- name: Deploy to Server