123
This commit is contained in:
parent
15e2fbf42f
commit
625b495dd0
@ -6,11 +6,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: https://gitea.com/actions/checkout@v3
|
uses: https://gitea.com/actions/checkout@v3
|
||||||
- run: ls /var/run/act/workflow/3
|
- run: ls -lR
|
||||||
- name: Use gitea Node.js
|
- name: Use gitea Node.js
|
||||||
uses: https://gitea.com/actions/setup-node@v4
|
uses: https://gitea.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18.4.0'
|
node-version: '18.4.0'
|
||||||
|
- run: ls -lR
|
||||||
|
- name: Install Yarn
|
||||||
|
run: npm install -g yarn
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Build Docusaurus website
|
- name: Build Docusaurus website
|
||||||
|
Loading…
Reference in New Issue
Block a user