This commit is contained in:
parent
4bc044dad3
commit
c2e0614c2e
3 changed files with 4 additions and 4 deletions
|
@ -14,11 +14,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apk add git nodejs openssh-client-common openssh-client-default
|
apk add git nodejs openssh-client-common openssh-client-default
|
||||||
- name: Start ssh-agent
|
- name: Start ssh-agent
|
||||||
uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
uses: actions/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Sun Sep 8 22:50:43 UTC 2024
|
Tue Sep 10 11:44:54 UTC 2024
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7d45b0e710e52d9105eccc5fb4316b9433f9e5bd
|
399a86412557217da6211cdb0182af3ffec1be89
|
||||||
|
|
Loading…
Add table
Reference in a new issue