We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2e50f commit 4177b92Copy full SHA for 4177b92
.github/workflows/deploy.yml
@@ -27,6 +27,10 @@ jobs:
27
ls build
28
ls build/html
29
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
+
34
- name: Deploy to GitHub Pages
35
uses: peaceiris/actions-gh-pages@v4
36
with:
0 commit comments