Skip to content

Commit

Permalink
adding cname record
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Dec 7, 2023
1 parent 2f86087 commit 8a75b4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
docker cp $id:/app/build ./build
docker rm -v $id
- name: Create CNAME File
run: echo '${{ secrets.CNAME }}' > ./build/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 8a75b4c

Please sign in to comment.