Skip to content

Commit

Permalink
Added step where CNAME file with url is created before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoivetta committed Jan 15, 2025
1 parent 95b2595 commit af7d74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ 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

0 comments on commit af7d74a

Please sign in to comment.