Skip to content

Commit a1ce444

Browse files
committed
update action
1 parent b045ac8 commit a1ce444

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
@@ -24,12 +24,12 @@ jobs:
2424
- name: Build website
2525
run: npm run build
2626
- name: List build output
27-
run: ls -la dist
27+
run: ls -la .vocs/dist
2828
- name: Upload Pages artifact
2929
uses: actions/upload-pages-artifact@v3
3030
with:
31-
path: dist
31+
path: .vocs/dist
3232
- name: Create CNAME Record
33-
run: echo "erc6900.io" > dist/CNAME
33+
run: echo "erc6900.io" > .vocs/dist/CNAME
3434
- name: Deploy to GitHub Pages
3535
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)