Skip to content

Commit

Permalink
dev: sparse-checkout for publish-book workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 20, 2023
1 parent 31d8ce7 commit c0f9832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
sparse-checkout: |
docs
overrides
- run: echo "🐙 Sparse Checkout of ${{ github.repository }} repository to the CI runner."
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- clojure: update project configuration & examples
- mkdocs: update emoji extension and readme for Material version 9.4
- dev: action/checkout@v4 and sparse-checkout for Megalinter workflow
- dev: sparse-checkout for publish-book workflow

0 comments on commit c0f9832

Please sign in to comment.