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

View file

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

View file

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

View file

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