Skip to content

Commit eb84daf

Browse files
committed
Add option to set custom domain in the future
1 parent c56341e commit eb84daf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
bun install
3434
bun run build
3535
36+
# To deploy to a custom domain (e.g. flashpack.comma.ai),
37+
# uncomment this step and configure DNS to point to GitHub Pages
38+
# - name: set custom domain
39+
# run: echo "flashpack.comma.ai" > tools/flashpack/dist/CNAME
40+
3641
- name: configure pages
3742
uses: actions/configure-pages@v5
3843

0 commit comments

Comments
 (0)