Skip to content

Commit c4edef4

Browse files
committed
Add deploy page.
1 parent 7772de5 commit c4edef4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ jobs:
5252
FOLDER: out # The directory where your assets are generated
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
5454
MESSAGE: "Build: ({sha}) {msg}" # The commit message
55+
56+
- name: Setup Pages
57+
uses: actions/configure-pages@v5
58+
- name: Upload artifact
59+
uses: actions/upload-pages-artifact@v4
60+
with:
61+
path: "./out"

0 commit comments

Comments
 (0)