Test direct GitHub Pages deployment
This commit is contained in:
parent
b367f40525
commit
7bde9e7215
|
|
@ -87,6 +87,12 @@ jobs:
|
|||
mkdocs build --clean
|
||||
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
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue