diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 22:25:06 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 22:25:06 +0900 |
commit | 7443ccdac228591f07483bcd3f2dbe00e30a6ad3 (patch) | |
tree | 035da7897749608bdce7172f8e7e2ab614ce68e7 | |
parent | b3f5667e7d6c758dfe267c23f126cdf20cab9480 (diff) |
Add GitHub Pages deployment action
-rw-r--r-- | action.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |