Fix Previous Code
Some checks failed
Build Hugo Site / build (push) Failing after 18s
Build Hugo Site / deploy (push) Has been skipped

This commit is contained in:
Ben Hays 2023-10-22 22:29:54 -04:00
parent 5f4134332b
commit e14f997f74

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@master
with: with:
name: built-artifact name: built-artifact
path: public path: public/
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
@ -35,7 +35,7 @@ jobs:
- uses: actions/download-artifact@master - uses: actions/download-artifact@master
with: with:
name: built-artifact name: built-artifact
path: public path: public/
- name: pre-reqs - name: pre-reqs
run: apt update; apt install -y sshpass run: apt update; apt install -y sshpass
- name: Deploy to Server - name: Deploy to Server