parent
3c13abb59a
commit
3f47b1810e
@ -4,7 +4,6 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
steps:
|
||||
- run: ls
|
||||
- name: Use gitea Node.js
|
||||
uses: https://gitea.com/actions/setup-node@v4
|
||||
with:
|
||||
@ -13,5 +12,6 @@ jobs:
|
||||
run: npm install -g yarn
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- run: ls /workspace/jeff/MYDOC
|
||||
- name: Build Docusaurus website
|
||||
run: yarn build
|
Loading…
Reference in New Issue
Block a user