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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- name: Clones public branch
|
- name: Public repo pull
|
||||||
run: git clone ./ -b public public
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 500
|
||||||
|
ref: public
|
||||||
|
path: public
|
||||||
- name: Render website
|
- name: Render website
|
||||||
run: ikiwiki --setup ikiwiki.setup
|
run: ikiwiki --setup ikiwiki.setup
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
|
|
Loading…
Reference in a new issue