diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a15f61d..4750398 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,4 +21,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./_site \ No newline at end of file + publish_dir: ./_site + cname: digitalgarden.hypha.coop \ No newline at end of file