Skip to content

Commit 4177b92

Browse files
authored
Add CNAME to deploy step (#155)
* Add CNAME to deploy step to be seen at coding-guidelines.arewesafetycriticalyet.org * Incorporate review comment
1 parent 0c2e50f commit 4177b92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
ls build
2828
ls build/html
2929
30+
- name: Add CNAME to be able to be seen at coding-guidelines.arewesafetycriticalyet.org
31+
run: |
32+
echo "coding-guidelines.arewesafetycriticalyet.org" > ./build/html/CNAME
33+
3034
- name: Deploy to GitHub Pages
3135
uses: peaceiris/actions-gh-pages@v4
3236
with:

0 commit comments

Comments
 (0)