]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix gihub ci
authorMatthieu <matthieu@developershouse.xyz>
Thu, 14 Oct 2021 20:54:45 +0000 (20:54 +0000)
committerMatthieu <matthieu@developershouse.xyz>
Thu, 14 Oct 2021 20:54:45 +0000 (20:54 +0000)
.github/workflows/bazel-build.yml
docs/README.md [deleted file]
docs/docs/LICENSE.md
docs/package.json

index e58cae79d9c69cec31eeb8b1e0e0d7e5f4551542..d6aa11387854a177f327863730c359f207317d20 100644 (file)
@@ -69,9 +69,8 @@ jobs:
         with:\r
           name: all-${{ matrix.os }}\r
           path: |\r
-            bazel-bin*/package_*\r
-            bazel-bin*/package_zip.zip\r
-            bazel-bin*/package_tar.tar.gz\r
+            bazel-bin*/packages_zip.zip\r
+            bazel-bin*/packages_tar.tar.gz\r
 \r
       - name: Publish docker images\r
         shell: bash\r
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644 (file)
index 55d0c3e..0000000
+++ /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=<Your GitHub username> 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.
index 7342771354f090c076f9ed163646ad492887d8b0..825dd1add08062f39956bbf5d6635d2fed10a7b4 100644 (file)
@@ -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.
index e3b91f36745c908e33240b781c95783e8f3db096..546879382b09f749940e131ecd51676684cdf1fb 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "docs",
+  "name": "@discordnova/docs",
   "version": "0.0.0",
   "private": true,
   "scripts": {