Skip to content

Commit

Permalink
ci: sync ci should get all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Jul 20, 2024
1 parent a0336f0 commit 9f3ce4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autosync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write # 'write' access to repository contents
contents: write # 'write' access to repository contents
steps:
- name: Install git-filter-repo
run: |
Expand All @@ -20,7 +20,8 @@ jobs:
uses: actions/checkout@v2
with:
repository: slidevjs/slidev

fetch-depth: 0

- name: Extract docs
run: git filter-repo --subdirectory-filter docs --force

Expand Down

0 comments on commit 9f3ce4e

Please sign in to comment.