We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103c546 commit d4ef12cCopy full SHA for d4ef12c
.github/workflows/deploy.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Upload Pages artifact
39
uses: actions/upload-pages-artifact@v3
40
with:
41
- path: .vocs/dist
+ path: docs/dist
42
- name: Create CNAME Record
43
- run: echo "erc6900.io" > .vocs/dist/CNAME
+ run: echo "erc6900.io" > docs/dist/CNAME
44
- name: Deploy to GitHub Pages
45
uses: actions/deploy-pages@v4
0 commit comments