Skip to content

Commit

Permalink
ci: attempt to fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel committed Jun 30, 2024
1 parent 73890ac commit 3147200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion gen-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const config: Config = {
],

themeConfig: {
image: 'img/docusaurus-social-card.jpg',
colorMode: {
defaultMode: 'dark',
disableSwitch: true,
Expand Down

0 comments on commit 3147200

Please sign in to comment.