1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add .nojekyll and CNAME handling

This commit is contained in:
Kamran Ahmed
2023-01-04 21:21:58 +04:00
parent b4ffb0e58e
commit 292d15ff19

View File

@@ -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"