Update .gitea/workflows/deploy.yaml
All checks were successful
Hugo / build (push) Successful in 18s
All checks were successful
Hugo / build (push) Successful in 18s
This commit is contained in:
parent
14b152ec79
commit
1d5866bc2e
1 changed files with 0 additions and 4 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