This commit is contained in:
parent
e1aa62f7c2
commit
3700e98acf
1 changed files with 0 additions and 2 deletions
|
@ -16,14 +16,12 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
token: ${{ secrets.PAGES_TOKEN }}
|
|
||||||
- name: Pages repo pull
|
- name: Pages repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: pages
|
ref: pages
|
||||||
path: pages
|
path: pages
|
||||||
token: ${{ secrets.PAGES_TOKEN }}
|
|
||||||
- name: Render website
|
- name: Render website
|
||||||
run: ikiwiki --setup ikiwiki.setup
|
run: ikiwiki --setup ikiwiki.setup
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
|
|
Loading…
Add table
Reference in a new issue