From 93c4c880cdfd020471b12f3e9704b405e1e99433 Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Sun, 11 Aug 2024 18:22:03 -0700 Subject: [PATCH] Recreate CNAME file to ensure it is not removed. (#10) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9c982f..9996777 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,4 +86,5 @@ jobs: - name: Run deploy script run: | touch target/staging/.nojekyll + echo "oscal-cli.metaschema.dev" > target/staging/CNAME bash .github/workflows/deploy.sh --push-only -v -m "Deploying website [ci skip]"