diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 939c754..c61b508 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,10 @@ jobs: ls build ls build/html + - name: Add CNAME to be able to be seen at coding-guidelines.arewesafetycriticalyet.org + run: | + echo "coding-guidelines.arewesafetycriticalyet.org" > ./build/html/CNAME + - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: