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
b367f40525
commit
7bde9e7215
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@ -87,6 +87,12 @@ jobs:
|
|||||||
mkdocs build --clean
|
mkdocs build --clean
|
||||||
mkdocs --version
|
mkdocs --version
|
||||||
|
|
||||||
|
- name: Adjust permissions
|
||||||
|
run: |
|
||||||
|
chmod -c -R +rX site/ | while read line; do
|
||||||
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
|
done
|
||||||
|
|
||||||
- name: Upload to GitHub Pages
|
- name: Upload to GitHub Pages
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user