Skip to content

Commit

Permalink
Ensure CNAME is set
Browse files Browse the repository at this point in the history
  • Loading branch information
psykzz authored Oct 14, 2021
1 parent d767c07 commit 5dc8974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run build
- run: echo "ishtakar.eu" > ./public/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: ./public

0 comments on commit 5dc8974

Please sign in to comment.