chore(ci): force gh-pages to be orphan
parent
a5d43dbd09
commit
bc2397e641
|
@ -1,7 +1,6 @@
|
||||||
name: GitHub Pages
|
name: GitHub Pages
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
@ -18,3 +17,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
|
force_orphan: true
|
||||||
|
|
Loading…
Reference in New Issue