Skip to content

Commit 6a4ef1d

Browse files
committed
chore: update GitHub Pages workflow and docs
1 parent 58d2b24 commit 6a4ef1d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4
28+
with:
29+
sparse-checkout-cone-mode: false
30+
sparse-checkout: |
31+
*.md
32+
_config.yml
33+
docs
34+
changelog
35+
LICENSE
2836
2937
- name: Setup Pages
3038
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)