forgejo-ci: use checkout action to fetch public
Some checks failed
/ render (push) Failing after 33s
Some checks failed
/ render (push) Failing after 33s
This commit is contained in:
parent
33efed264a
commit
0adb8057c1
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue