Skip to content

Commit

Permalink
Downgrade docusaurus
Browse files Browse the repository at this point in the history
Version 2.0.1 breaks the github actions deploy. Based on the issue
below, docusaurus was working on 2.0.0-rc1. This commit downgrades
docusuarus to the latter version.

See: facebook/docusaurus#7744
  • Loading branch information
joshklop committed Aug 5, 2022
1 parent 4430423 commit bd6ba35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -15,9 +15,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "latest",
"@docusaurus/plugin-content-docs": "latest",
"@docusaurus/preset-classic": "latest",
"@docusaurus/core": "2.0.0-rc1",
"@docusaurus/plugin-content-docs": "2.0.0-rc1",
"@docusaurus/preset-classic": "2.0.0-rc1",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"docusaurus2-dotenv": "^1.4.0",
Expand Down

0 comments on commit bd6ba35

Please sign in to comment.