Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 89a139d

Browse files
committed
move correct dir to palces for github pages uplaod
1 parent 158dcc0 commit 89a139d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/demo.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111
- name: Checkout 🛎️
1212
uses: actions/[email protected]
13-
14-
- name: Install and Build
15-
run: |
16-
yarn install
17-
yarn build
18-
13+
- name: Install
14+
run: yarn install
15+
- name: Build
16+
run: yarn build
17+
- run: cp -R dist styleguide/
18+
- run: cp -R dist styleguide/
1919
- name: Deploy 🚀
2020
uses: JamesIves/[email protected]
2121
with:
2222
branch: gh-pages
23-
folder: .
23+
folder: styleguide

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ node_modules/
55
*.orig
66
lib/
77
NOTES.txt
8+
dist/
9+
styleguide/

0 commit comments

Comments
 (0)