Skip to content

Commit

Permalink
dev: update sparse-checkout for publish-book
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 19, 2023
1 parent 32b07e3 commit e7bf06a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
- uses: actions/checkout@v4
with:
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
fetch-depth: 0 # fetch all history, only checkout specific directories
fetch-depth: 0
sparse-checkout: |
docs
overrides
Expand Down

0 comments on commit e7bf06a

Please sign in to comment.