Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
Download artifact before syncing to Dreamhost
  • Loading branch information
lucasvr authored Jul 1, 2024
1 parent d36c42a commit c5a586c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
- name: Add Dreamhost to known hosts
run: ssh-keyscan ${{ secrets.DREAMHOST_HOST }} >> ~/.ssh/known_hosts

- name: Download artifact
uses: actions/download-artifact@v4
with:
path: ./public

- name: Display structure of downloaded files
run: ls -R

- name: Sync files to Dreamhost
env:
DREAMHOST_USER: ${{ secrets.DREAMHOST_USER }}
Expand Down

0 comments on commit c5a586c

Please sign in to comment.