Skip to content

Commit 5874d9c

Browse files
committed
surge action
1 parent 9b79981 commit 5874d9c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/surge.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: Deploy Surge Website
2-
on: [push]
1+
name: Deploy Surge Website
2+
3+
on: [push]
4+
35
jobs:
4-
build:
6+
build:
57
runs-on: ubuntu-latest
68
name: Deploying to surge
7-
steps:
9+
steps:
810
- uses: actions/checkout@v2
911
- name: Install Node.js
1012
uses: actions/setup-node@v2-beta

0 commit comments

Comments
 (0)