Update .gitea/workflows/deploy.yaml
All checks were successful
Hugo / build (push) Successful in 16s
All checks were successful
Hugo / build (push) Successful in 16s
This commit is contained in:
parent
081248d387
commit
81c71223e1
1 changed files with 1 additions and 5 deletions
|
@ -11,10 +11,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Add key
|
||||
run: |
|
||||
mkdir $HOME/.ssh && \
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > $HOME/.ssh/id_rsa
|
||||
- name: Grab packages
|
||||
run: |
|
||||
apt-get update && \
|
||||
|
|
Loading…
Add table
Reference in a new issue