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