diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ea440fa66..8858add32 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build - cname: docs.anthology.com + cname: docs.blackboard.com # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: # https://github.com/actions/checkout/issues/13#issuecomment-724415212 diff --git a/docusaurus.config.js b/docusaurus.config.js index 029904b8d..2b4607f6a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,8 +14,8 @@ const config = { // Set the production url of your site here // url: 'https://blackboard.github.io', // url: 'https://anthologydevdocs.github.io', - url: "https://docs.anthology.com", - // url: 'https://docs.blackboard.com', + // url: "https://docs.anthology.com", + url: "https://docs.blackboard.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' // baseUrl: '/',