Test direct GitHub Pages deployment

This commit is contained in:
squidfunk 2023-09-22 18:58:47 +02:00
parent b367f40525
commit 7bde9e7215
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -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: