remove unused packages
All checks were successful
Hugo / build (push) Successful in 15s

This commit is contained in:
brookee 2024-02-29 20:02:56 -05:00
parent d646d3c0ca
commit 45f65f6bed

View file

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