Skip to content

Commit a241626

Browse files
Merge pull request #5 from bitbomdev/naveen/fix/cname
Included a CNAME
2 parents eb61378 + f777e1d commit a241626

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/deploy.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
7+
88
jobs:
99
build-deploy:
1010
runs-on: ubuntu-latest
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build Docusaurus site
3333
run: npm run build
3434

35+
- name: Add CNAME file
36+
run: echo 'bitbom.dev' > build/CNAME
37+
3538
- name: Deploy to GitHub Pages
3639
uses: peaceiris/actions-gh-pages@v3
3740
with:

0 commit comments

Comments
 (0)