Skip to content

Commit 88dfaa4

Browse files
ci: add CNAME
1 parent 2d6d5d4 commit 88dfaa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Install dependencies & build
2525
run: |
2626
npm ci
27-
npm run build
27+
npm run build
28+
echo "gearsco.de" > ./_site/CNAME
2829
2930
- name: Deploy
3031
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)