mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Test direct GitHub Pages deployment
This commit is contained in:
parent
96ccea52a7
commit
ade1fe9c14
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@ -42,6 +42,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
sparse-checkout: |
|
||||
docs
|
||||
includes
|
||||
material/overrides
|
||||
|
||||
- name: Set up Python runtime
|
||||
uses: actions/setup-python@v4
|
||||
@ -101,6 +105,7 @@ jobs:
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
# uses: actions/deploy-pages@v2
|
||||
# https://github.com/orgs/community/discussions/67961
|
||||
uses: Bluefissure/deploy-pages@d929e03378611c913632ff3608164b9d1adc4a3f
|
||||
|
||||
- name: Save build cache
|
||||
|
Loading…
Reference in New Issue
Block a user