diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 3f5501349..6d9adb8a8 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -58,6 +58,7 @@ jobs: deploy: name: Deploy to GitHub Pages needs: build + concurrency: build-deploy-pages # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: diff --git a/gen-docs/docusaurus.config.ts b/gen-docs/docusaurus.config.ts index 5d9902a21..1aed70432 100644 --- a/gen-docs/docusaurus.config.ts +++ b/gen-docs/docusaurus.config.ts @@ -58,7 +58,6 @@ const config: Config = { ], themeConfig: { - image: 'img/docusaurus-social-card.jpg', colorMode: { defaultMode: 'dark', disableSwitch: true,