Skip to content

Commit

Permalink
add cname domain
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Oct 24, 2023
1 parent 76c3c64 commit b9fa288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# - name: Build changelog
# run: make changelog

# - name: Add custom domain
# run: "touch dist/CNAME && echo \"chronicle.ethevents.club\" >> dist/CNAME"
- name: Add custom domain
run: "touch dist/CNAME && echo \"cd.ethevents.club\" >> dist/CNAME"

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit b9fa288

Please sign in to comment.