fixing bash syntax
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 5s

This commit is contained in:
shockrah 2024-09-03 18:34:15 -07:00
parent 7de4926427
commit 3b28167de0

View File

@ -18,7 +18,7 @@ jobs:
- name: Build website content - name: Build website content
run: hugo run: hugo
- name: Setup ssh agent - name: Setup ssh agent
run: eval($(ssh-agent -s) run: eval $(ssh-agent -s)
- name: Add private key to agent - name: Add private key to agent
run: echo ${{ secrets.PRIVATE_KEY }} | ssh-add - > /dev/null run: echo ${{ secrets.PRIVATE_KEY }} | ssh-add - > /dev/null
- name: Create tmp .ssh directory - name: Create tmp .ssh directory