Skip to content

Commit 69bdc21

Browse files
committed
add cname to github actions
1 parent 37200d2 commit 69bdc21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
pages: write
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
1919
- name: Install dependencies
@@ -24,6 +24,9 @@ jobs:
2424
uses: actions/upload-pages-artifact@v3
2525
with:
2626
path: ./docs/dist
27+
- name: Create CNAME Record
28+
run: |
29+
echo "erc6900.io" > ./dist/CNAME
2730
- name: Deploy to GitHub Pages
2831
uses: actions/deploy-pages@v4
2932
with:

0 commit comments

Comments
 (0)