Skip to content

Commit 2b3139b

Browse files
committedDec 19, 2021
Add cname to website
1 parent 3a3d05b commit 2b3139b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/site.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
if: github.ref == 'refs/heads/master'
2525
with:
2626
publish_dir: ./site/public
27-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
cname: kubeconform.mandragor.org

0 commit comments

Comments
 (0)
Please sign in to comment.