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