Skip to content

Commit 1b92709

Browse files
committed
Fix github flattening build structure
1 parent 5c45a93 commit 1b92709

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
name: build
8181
path: |
8282
dist/
83+
.keep/
8384
8485
deploy-general:
8586
runs-on: ubuntu-latest

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ clean:
1111

1212
build: src/
1313
mkdir -p dist/
14+
mkdir -p .keep/
15+
touch .keep/keep
1416
yarn -D
1517
yarn build
1618

0 commit comments

Comments
 (0)