Skip to content

Commit

Permalink
config: create CNAME record during build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tai Porto committed Mar 7, 2024
1 parent be9f4ef commit d288738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm install
- run: npm ci
- run: npm run build
- run: echo taiporto.com >> ./docs/CNAME

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

0 comments on commit d288738

Please sign in to comment.