Skip to content

Commit 5688097

Browse files
committed
Add deploy step for docs
1 parent 74bcfdc commit 5688097

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: demo/
61+
62+
- name: Deploy to GitHub Pages
63+
uses: actions/deploy-pages@v4
6164

6265
package-and-release:
6366
runs-on: windows-latest

0 commit comments

Comments
 (0)