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