mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: Also deploy README.md as part of docs
This commit is contained in:
parent
30ef6ce751
commit
615c00c087
@ -1,4 +1,4 @@
|
||||
The Unleash website was created with [Docusaurus](https://docusaurus.io/).
|
||||
The Unleash website was created with [Docusaurus](https://docusaurus.io/). The source code lives as part of the main [Unleash repo on GitHub](https://github.com/Unleash/unleash) and is built and deployed on all merges to master. This makes it easy to keep the documentation in sync with the latest version of Unleash.
|
||||
|
||||
It's hosted on https://unleash.github.io/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
"examples": "docusaurus-examples",
|
||||
"start": "docusaurus-start",
|
||||
"build": "docusaurus-build",
|
||||
"postbuild": "cp README.md build/unleash.github.io/README.md",
|
||||
"publish-gh-pages": "docusaurus-publish",
|
||||
"write-translations": "docusaurus-write-translations",
|
||||
"version": "docusaurus-version",
|
||||
|
Loading…
Reference in New Issue
Block a user