Skip to content

Commit

Permalink
fix CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Nov 9, 2023
1 parent 3d5397f commit 94f2574
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: 📦 Build website
run: npm run build -- -v --environment=next

- name: Fix CNAME url
run: echo 'next.pomsky-lang.org' > public/CNAME

- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 94f2574

Please sign in to comment.