File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2424 deploy :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
30+ sparse-checkout : |
31+ docs
32+ overrides
33+ - run : echo "🐙 Sparse Checkout of ${{ github.repository }} repository to the CI runner."
3034 - uses : actions/setup-python@v4
3135 with :
3236 python-version : 3.x
3640 path : .cache
3741 - run : pip install mkdocs-material mkdocs-callouts mkdocs-glightbox mkdocs-git-revision-date-localized-plugin mkdocs-redirects pillow cairosvg
3842 - run : mkdocs gh-deploy --force
43+ - run : echo "🐙 ."
44+
45+ # Summary and status
46+ - run : echo "🎨 MkDocs book workflow ended"
47+ - run : echo "🍏 Job status is ${{ job.status }}."
Original file line number Diff line number Diff line change 33## Unreleased
44- dev: spell lychee & repository trufflehog linters warn only (false positives)
55- dev: action/checkout v4 with sparse-checkout for megalinter
6+ - dev: sparse-checkout for publish-book workflow
67
78### Added
89- building-api: add reitit overview and quick intro
You can’t perform that action at this time.
0 commit comments