Skip to content

Commit

Permalink
Merge pull request #5 from bitbomdev/naveen/fix/cname
Browse files Browse the repository at this point in the history
Included a CNAME
  • Loading branch information
naveensrinivasan authored Sep 14, 2024
2 parents eb61378 + f777e1d commit a241626
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Build Docusaurus site
run: npm run build

- name: Add CNAME file
run: echo 'bitbom.dev' > build/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit a241626

Please sign in to comment.