mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 05:59:22 +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'
|
||||
with:
|
||||
publish_dir: ./site/public
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
cname: kubeconform.mandragor.org
|
||||
|
|
|
|||
Loading…
Reference in a new issue