From 2b3139b1db33838732ceb39571690d72c9db4e18 Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sun, 19 Dec 2021 22:57:50 +0100 Subject: [PATCH] Add cname to website --- .github/workflows/site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3187121..0c53c0c 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -24,4 +24,5 @@ jobs: if: github.ref == 'refs/heads/master' with: publish_dir: ./site/public - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + cname: kubeconform.mandragor.org