jamilbk%feat/stub website in cloud (#1675)

* Remove `www/`
* Stub empty `website/` to silence Vercel. This shouldn't cause
conflicts when we merge `cloud` to `master`. Perhaps we want to start
working off `master` soon, and move the current tip of master to
`legacy`?
This commit is contained in:
Jamil
2023-06-22 10:08:28 -07:00
committed by GitHub
parent 247633ed33
commit 8fa12b8492
103 changed files with 0 additions and 17859 deletions

View File

@@ -10,12 +10,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
cache-dependency-path: |
www/yarn.lock
- uses: actions/setup-python@v2
with:
python-version: "3.9"
@@ -29,10 +23,6 @@ jobs:
- name: Install Python Dependencies
run: |
pip install -r requirements.txt
- name: Install node modules
run: |
cd www/
yarn install --frozen-lockfile
- name: Run pre-commit
run: |
pre-commit install