Test direct GitHub Pages deployment

This commit is contained in:
squidfunk 2023-09-22 18:50:29 +02:00
parent 74d4b3b1e5
commit 76a995e4ac
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -94,6 +94,8 @@ jobs:
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@v2
with:
path: site
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2