Skip to content

Commit 9f254ff

Browse files
committed
adding cname record
1 parent 2513fe5 commit 9f254ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
docker cp $id:/app/build ./build
3434
docker rm -v $id
3535
36+
- name: Create CNAME File
37+
run: echo '${{ secrets.CNAME }}' > ./build/CNAME
38+
3639
- name: Deploy to GitHub Pages
3740
uses: peaceiris/actions-gh-pages@v3
3841
with:

0 commit comments

Comments
 (0)