Skip to content

Commit 15dba23

Browse files
committed
added make directory
1 parent 84b42c7 commit 15dba23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/surge_deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v1
16+
- name: Make Directory
17+
run: mkdir build
1618
- name: Build the website
1719
run: cp ./* ./build/
1820
- name: Deploy Surge

0 commit comments

Comments
 (0)