FINAL FIX
All checks were successful
Build Hugo Site / build (push) Successful in 44s

This commit is contained in:
Ben Hays 2023-10-22 23:08:54 -04:00
parent e14f997f74
commit 9a31a338ea

View File

@ -23,19 +23,7 @@ jobs:
run: |
hugo \
--minify
- uses: actions/upload-artifact@master
with:
name: built-artifact
path: public/
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@master
- uses: actions/download-artifact@master
with:
name: built-artifact
path: public/
- name: pre-reqs
run: apt update; apt install -y sshpass
- name: Deploy to Server