Skip to content

Commit 45def60

Browse files
committed
Add folder
1 parent dedda80 commit 45def60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
defaults:
2121
run:
22-
working-directory: amicons
22+
working-directory: ./amicons
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
name: amicons
3939
path: |
40-
dist
41-
node_modules
40+
amicons/dist
41+
amicons/node_modules
4242
4343
deploy:
4444
needs: build
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
defaults:
5050
run:
51-
working-directory: docs
51+
working-directory: ./docs
5252
steps:
5353
- name: Checkout
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)