Skip to content

Commit b4334e0

Browse files
authored
Update deploy.yml
1 parent aa74f8b commit b4334e0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/deploy.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Deploy to GitHub Pages
22

33
permissions:
44
contents: write
5-
65
on:
76
push:
87
branches:
@@ -13,7 +12,7 @@ jobs:
1312
runs-on: ubuntu-latest
1413

1514
steps:
16-
- name: Checkout 🛎
15+
- name: Checkout 🛎
1716
uses: actions/checkout@v3
1817

1918
- name: Setup Node.js
@@ -35,15 +34,11 @@ jobs:
3534
npm ci
3635
CI=false npm run build
3736
38-
- name: Create CNAME file
39-
run: |
40-
mkdir -p summit/build
41-
echo "genaisummit.ai" > summit/build/CNAME
42-
4337
- name: Deploy 🚀
4438
uses: JamesIves/github-pages-deploy-action@v4
4539
with:
4640
branch: gh-pages
4741
folder: summit/dist
4842
clean: true
43+
cname: genaisummit.ai
4944
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)