This commit is contained in:
parent
85f4de1675
commit
1daa828bf4
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
||||||
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
run: |
|
run: |
|
||||||
git remote set-url origin pages@ayakael.net:/var/lib/pages/ayakael.net
|
git remote set-url origin pages@ayakael.net:/var/lib/pages/ayakael.net
|
||||||
|
|
Loading…
Add table
Reference in a new issue