Skip to content

Commit 8661081

Browse files
committed
chore: clean up deploy workflow by removing CNAME creation step
1 parent 1a685a7 commit 8661081

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ jobs:
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v3
18-
1918
- name: install & build
2019
run: |
2120
npm ci
2221
npm run build
23-
24-
- name: create cname
25-
run: |
26-
echo "babaoglu.dev" > ./dist/CNAME
27-
2822
- name: deploy
2923
uses: JamesIves/github-pages-deploy-action@v4
3024
with:

0 commit comments

Comments
 (0)