remove redundant ssh key section
All checks were successful
Hugo / build (push) Successful in 13s

This commit is contained in:
brookee 2024-02-27 22:38:43 -05:00
parent 07920f56c0
commit 3b41a55e2d

View file

@ -9,10 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Add key
run: |
mkdir $HOME/.ssh && \
echo "${{ secrets.SSH_PRIVATE_KEY }}" > $HOME/.ssh/id_rsa
- name: Grab packages
run: |
apt-get update && \