From d021508ea9389c9fc477f6e293437ecff8293024 Mon Sep 17 00:00:00 2001 From: Sebastian Silva <44152511+OneComputerGuy@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:50:37 -0500 Subject: [PATCH] Re-applied domain change --- .github/workflows/deploy.yml | 2 +- docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: '/',