Update .gitea/workflows/build-test.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
b79370c701
commit
734c02e0f8
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