diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index cbf84e0..7f77f6c 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -28,3 +28,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out publish_branch: gh-pages + cname: wiki.watonomous.ca diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 13e4a62..a381192 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -29,6 +29,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out publish_branch: gh-pages-preview-${{ github.event.pull_request.number }} + cname: wiki.watonomous.ca - name: Comment on the PR with the preview link uses: peter-evans/commit-comment@v2 diff --git a/CNAME b/CNAME deleted file mode 100644 index d748d36..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wiki.watonomous.ca \ No newline at end of file