From 5d2a710a93ec74b491c1a44214471395770ae291 Mon Sep 17 00:00:00 2001 From: HaudinFlorence Date: Wed, 28 Aug 2024 12:38:31 +0200 Subject: [PATCH] Change static.yml and docusaurus.config.ts to try a deploiement of the PR. --- .github/workflows/static.yml | 4 ++-- docusaurus.config.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fd0626702..988039ab5 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["fix_alignments_in_mobile_design"] + branches: '*' pull_request: branches: - '*' @@ -39,7 +39,7 @@ jobs: deploy: needs: build - if: github.ref == 'refs/heads/fix_alignments_in_mobile_design' + if: github.ref == 'refs/heads/fix_alignments_issues' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 99d965cea..8ad35d934 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -12,11 +12,11 @@ const config: Config = { url: "https://quantstack.net/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/quantstack.github.io/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: "/QuantStack/", // Usually your GitHub org/user name. + organizationName: "/HaudinFlorence/", // Usually your GitHub org/user name. projectName: "quantstack.github.io", // Usually your repo name. onBrokenLinks: "throw",