[U] Deploy pages in workflow

This commit is contained in:
Hykilpikonna
2022-12-24 20:59:34 -05:00
parent c4bd35341e
commit 86e4c2cd26
+13
View File
@@ -40,3 +40,16 @@ jobs:
with:
default_author: github_actions
message: '[U] Generate json'
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1