We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c317dae commit a21a037Copy full SHA for a21a037
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: bahmutov/npm-install@v1
22
23
- name: Build project
24
- run: npm run build
+ run: npm run build && echo jakelyell.dev > ./build/CNAME
25
26
- name: Upload production-ready build files
27
uses: actions/upload-artifact@v4
0 commit comments