Skip to content

Commit 1f857a9

Browse files
authored
Update working directory for deployment steps
Update directory name
1 parent 937c842 commit 1f857a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
node-version: '18'
2323
- name: Install dependencies
2424
run: npm install
25-
working-directory: ./project
25+
working-directory: ./Astro-Static-Project
2626
- name: Build
2727
run: npm run build
28-
working-directory: ./project
28+
working-directory: ./Astro-Static-Project
2929
- name: Upload artifact
3030
uses: actions/upload-pages-artifact@v3
3131
with:
32-
path: ./project/dist
32+
path: ./Astro-Static-Project/dist
3333

3434
deploy:
3535
needs: build

0 commit comments

Comments
 (0)