Add .nojekyll and CNAME handling

astro
Kamran Ahmed 2 years ago
parent b4ffb0e58e
commit 292d15ff19
  1. 2
      .github/workflows/deploy.yml

@ -26,6 +26,8 @@ jobs:
- name: Generate meta and build
run: |
npm run build
touch ./dist/.nojekyll
echo 'astro.roadmap.sh' > ./dist/CNAME
- name: Deploy to GH Pages
run: |
git config user.email "kamranahmed.se@gmail.com"

Loading…
Cancel
Save