Skip to content

Commit 2fd2e6f

Browse files
committed
feat(docs): up ci.yml
1 parent f11faa0 commit 2fd2e6f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
permissions:
1414
contents: write
15+
pages: write
1516

1617
steps:
1718
- name: Checkout repository
@@ -37,4 +38,6 @@ jobs:
3738
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3839
with:
3940
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: build/html
41+
publish_dir: build/html
42+
publish_branch: gh-pages
43+
force_orphan: true

0 commit comments

Comments
 (0)