aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/action.yml b/action.yml
index a33fd56..d8023df 100644
--- a/action.yml
+++ b/action.yml
@@ -60,3 +60,6 @@ runs:
uses: actions/upload-pages-artifact@v2
with:
path: "./ui/standalone/out"
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v2