Skip to content

Commit

Permalink
Update deploy-gh-pages.yaml with CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtrailer authored Mar 18, 2024
1 parent 05cca1f commit d798843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Build
working-directory: ./client
run: npm run build
- name: Create CNAME
working-directory: ./client/out
run: printf 'rote.aldw.net' >> CNAME
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit d798843

Please sign in to comment.