mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-21 10:57:01 +00:00
Add cname to website
This commit is contained in:
parent
3a3d05b27c
commit
2b3139b1db
1 changed files with 2 additions and 1 deletions
3
.github/workflows/site.yml
vendored
3
.github/workflows/site.yml
vendored
|
|
@ -24,4 +24,5 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
publish_dir: ./site/public
|
publish_dir: ./site/public
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
cname: kubeconform.mandragor.org
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue