mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
docs: new docs incoming
- add CI/CD - remove old docs files - begin finalizing new docs
This commit is contained in:
parent
d976be6031
commit
bd1486d30d
@ -19,10 +19,10 @@ jobs:
|
|||||||
node-version: 18
|
node-version: 18
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: Borales/actions-yarn@v4.2.0
|
uses: Borales/actions-yarn@v4.2.0
|
||||||
with:
|
|
||||||
cmd: install # will run `yarn install` command
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: yarn build
|
run: |
|
||||||
|
cd vitepress && yarn
|
||||||
|
yarn build
|
||||||
- name: Upload production-ready build files
|
- name: Upload production-ready build files
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user