summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-14 20:54:45 +0000
committerMatthieu <matthieu@developershouse.xyz>2021-10-14 20:54:45 +0000
commit2617665dab8901c6d994c6805a66a3e8fac24924 (patch)
tree3f7d185be0a78a59b499b918f867307597f05cd9
parentb37d1b13577afd46d489a272030d5da08cfb0c05 (diff)
fix gihub ci
-rw-r--r--.github/workflows/bazel-build.yml5
-rw-r--r--docs/README.md33
-rw-r--r--docs/docs/LICENSE.md2
-rw-r--r--docs/package.json2
4 files changed, 4 insertions, 38 deletions
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=<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.
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": {