forgejo-ci: use checkout action to fetch public
Some checks failed
/ render (push) Failing after 33s

This commit is contained in:
IkiWiki 2024-08-25 18:52:24 -04:00
parent 33efed264a
commit 0adb8057c1
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -13,8 +13,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 500
- name: Clones public branch
run: git clone ./ -b public public
- name: Public repo pull
uses: actions/checkout@v4
with:
fetch-depth: 500
ref: public
path: public
- name: Render website
run: ikiwiki --setup ikiwiki.setup
- name: Website upload