content/footer: replace with link tree #6

Merged
ayakael merged 19 commits from footer-links into main 2024-09-08 20:15:01 +00:00
4 changed files with 5 additions and 5 deletions
Showing only changes of commit 141b4c277b - Show all commits

View file

@ -12,7 +12,7 @@ jobs:
run: |
apk add git nodejs jq coreutils curl tree gawk grep
- name: Public repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAGES_TOKEN }}

View file

@ -18,7 +18,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
- name: Repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
- name: Website upload

View file

@ -13,12 +13,12 @@ jobs:
run: |
apk add git ikiwiki po4a perl-yaml-tiny tree nodejs
- name: Repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.PAGES_TOKEN }}
- name: Public repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
ref: public

View file

@ -18,7 +18,7 @@ jobs:
fetch-depth: 1
token: ${{ secrets.PAGES_TOKEN }}
- name: Public repo pull
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
ref: public