Skip to content

Commit 855fa36

Browse files
committed
Trying to deploy
1 parent 4ae1811 commit 855fa36

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030

3131
- run: yarn build
3232

33+
- name: Upload artifact
34+
uses: actions/upload-pages-artifact@v3
35+
with:
36+
path: ./dist
37+
3338
deploy:
3439
environment:
3540
name: github-pages

0 commit comments

Comments
 (0)