From: Matthieu Date: Thu, 14 Oct 2021 20:54:45 +0000 (+0000) Subject: fix gihub ci X-Git-Tag: v0.1~56^2~5 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2617665dab8901c6d994c6805a66a3e8fac24924;p=matthieu%2Fnova.git fix gihub ci --- diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index e58cae7..d6aa113 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -69,9 +69,8 @@ jobs: with: name: all-${{ matrix.os }} path: | - bazel-bin*/package_* - bazel-bin*/package_zip.zip - bazel-bin*/package_tar.tar.gz + bazel-bin*/packages_zip.zip + bazel-bin*/packages_tar.tar.gz - name: Publish docker images shell: bash diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 55d0c3e..0000000 --- a/docs/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Website - -This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. - -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -``` -$ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -``` -$ GIT_USER= USE_SSH=true yarn deploy -``` - -If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. diff --git a/docs/docs/LICENSE.md b/docs/docs/LICENSE.md index 7342771..825dd1a 100644 --- a/docs/docs/LICENSE.md +++ b/docs/docs/LICENSE.md @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2021 Developer's House +Copyright 2021 Nova Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/package.json b/docs/package.json index e3b91f3..5468793 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,5 +1,5 @@ { - "name": "docs", + "name": "@discordnova/docs", "version": "0.0.0", "private": true, "scripts": {