Skip to content

Commit 1d9ffa2

Browse files
committed
2 parents c00f728 + 3c8a4b3 commit 1d9ffa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Build all React projects
2323
run: |
2424
projects=(
25-
"01-Tic-Tac-Toe"
26-
"02-Searchable-Product-Data-Table"
25+
"01. Tic-Tac-Toe"
26+
"02. Searchable-Product-Data-Table"
2727
"03. Counter"
2828
"04. ToDo-App"
2929
"05. Meals-API-Project"
@@ -51,7 +51,7 @@ jobs:
5151
cd ..
5252
5353
mkdir -p "output/$project"
54-
cp -r "$project/build/." "output/$project/"
54+
cp -r "$project/dist/." "output/$project/"
5555
done
5656
5757
- name: Deploy to `docs` branch

0 commit comments

Comments
 (0)