From b66cb06b099a90ef7dbb9489da80ee86b2dd373c Mon Sep 17 00:00:00 2001 From: Guido Ivetta Date: Wed, 15 Jan 2025 13:07:12 -0300 Subject: [PATCH] Removed CNAME step in GH Action --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f6889..91cb81d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,4 @@ jobs: restore-keys: | mkdocs-material- - run: pip install mkdocs-material - - name: Create CNAME file - run: echo "ethics.aclweb.org" > CNAME - run: mkdocs gh-deploy --force