Skip to content

Commit

Permalink
[website] remove yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG committed Apr 26, 2021
1 parent 3e7cc3c commit c797ebb
Show file tree
Hide file tree
Showing 52 changed files with 5 additions and 11,259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ CI:
- scripts/**/*

documentation:
- docs/**/*
- website/**/*
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy
name: Website Build and Deploy
on:
push:
branches: master
Expand All @@ -11,12 +11,12 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
cd website/datafuse.dev
cd website/datafuse
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: website/datafuse.dev/build # The folder the action should deploy.
folder: website/datafuse/build # The folder the action should deploy.
File renamed without changes.
11,254 changes: 0 additions & 11,254 deletions website/datafuse.dev/yarn.lock

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# datafuse.dev
# [https://datafuse.dev](https://dtafuse.dev)


## Developing
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes

0 comments on commit c797ebb

Please sign in to comment.