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 b045ac8 commit a1ce444Copy full SHA for a1ce444
.github/workflows/deploy.yml
@@ -24,12 +24,12 @@ jobs:
24
- name: Build website
25
run: npm run build
26
- name: List build output
27
- run: ls -la dist
+ run: ls -la .vocs/dist
28
- name: Upload Pages artifact
29
uses: actions/upload-pages-artifact@v3
30
with:
31
- path: dist
+ path: .vocs/dist
32
- name: Create CNAME Record
33
- run: echo "erc6900.io" > dist/CNAME
+ run: echo "erc6900.io" > .vocs/dist/CNAME
34
- name: Deploy to GitHub Pages
35
uses: actions/deploy-pages@v4
0 commit comments