Skip to content

Commit d4ef12c

Browse files
committed
update output path
1 parent 103c546 commit d4ef12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Upload Pages artifact
3939
uses: actions/upload-pages-artifact@v3
4040
with:
41-
path: .vocs/dist
41+
path: docs/dist
4242
- name: Create CNAME Record
43-
run: echo "erc6900.io" > .vocs/dist/CNAME
43+
run: echo "erc6900.io" > docs/dist/CNAME
4444
- name: Deploy to GitHub Pages
4545
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)