WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9c7a4fc

Browse files
committed
インデックス更新
1 parent bed7937 commit 9c7a4fc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
106/node_modules
5050
107/node_modules
5151
108/node_modules
52+
201/node_modules
5253
key: ${{ runner.os }}-node-${{ hashFiles('*/package-lock.json') }}
5354
restore-keys: |
5455
${{ runner.os }}-node-
@@ -59,7 +60,7 @@ jobs:
5960
6061
echo "Installing dependencies for all projects..."
6162
# Install dependencies for all projects sequentially
62-
for dir in 1 2 3 4 5 5a 5b 6 6a 7 8 101 102 103 104 105 106 107 108; do
63+
for dir in 1 2 3 4 5 5a 5b 6 6a 7 8 101 102 103 104 105 106 107 108 201; do
6364
echo "Installing dependencies for project $dir..."
6465
cd $dir
6566
npm install
@@ -68,7 +69,7 @@ jobs:
6869
6970
echo "Building all projects..."
7071
# Build all projects sequentially to capture any build errors
71-
for dir in 1 2 3 4 5 5a 5b 6 6a 7 8 101 102 103 104 105 106 107 108; do
72+
for dir in 1 2 3 4 5 5a 5b 6 6a 7 8 101 102 103 104 105 106 107 108 201; do
7273
echo "Building project $dir..."
7374
cd $dir
7475
if npm run build; then
@@ -86,7 +87,7 @@ jobs:
8687
mkdir -p dist
8788
8889
echo "Copying build artifacts..."
89-
for dir in 1 2 3 4 5 5a 5b 6 6a 7 8 101 102 103 104 105 106 107 108; do
90+
for dir in 1 2 3 4 5 5a 5b 6 6a 7 8 101 102 103 104 105 106 107 108 201; do
9091
if [ -d "$dir/dist" ] && [ "$(ls -A $dir/dist 2>/dev/null)" ]; then
9192
echo "Copying $dir/dist to dist/$dir/"
9293
mkdir -p dist/$dir
@@ -233,6 +234,10 @@ jobs:
233234
<div class="demo-title">Demo 108</div>
234235
<div class="demo-desc">カスタムセレクト 手順 9 コンポーネント化</div>
235236
</a>
237+
<a href="./201/" class="demo-card">
238+
<div class="demo-title">Demo 201</div>
239+
<div class="demo-desc">コンボボックス</div>
240+
</a>
236241
</div>
237242
</body>
238243
</html>

0 commit comments

Comments
 (0)