Skip to content

Commit 163af07

Browse files
committed
build: try to add deploy to ci
1 parent df459da commit 163af07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
main:
10+
permissions:
11+
contents: write
12+
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@v2
@@ -25,3 +28,10 @@ jobs:
2528

2629
- name: Upload coverage to Codecov
2730
uses: codecov/codecov-action@v3
31+
32+
- name: Deploy 🚀
33+
uses: JamesIves/github-pages-deploy-action@v4
34+
with:
35+
token: {{ GITHUB_TOKEN }}
36+
repository-name: feakin/online
37+
folder: packages/render/dist

0 commit comments

Comments
 (0)