This commit is contained in:
parent
cb8676ef31
commit
c4d26bb1e6
@ -13,10 +13,20 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
|
- run: yarn config get registry
|
||||||
|
- run: npm config get registry
|
||||||
|
- run: yarn config set registry http://47.116.170.60:40087
|
||||||
|
- run: npm config set registry http://47.116.170.60:40087
|
||||||
|
- run: yarn config get registry
|
||||||
|
- run: npm config get registry
|
||||||
|
- run: yarn cache clean
|
||||||
|
- run: ls -lR
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Build Docusaurus website
|
- name: Build Docusaurus website
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: docker build -t jeffdoc .
|
- run: docker build -t jeffdoc .
|
||||||
|
- run: docker stop jeffdoc
|
||||||
|
- run: docker rm jeffdoc
|
||||||
- run: docker run --name=jeffdoc -d -p 9080:80 jeffdoc
|
- run: docker run --name=jeffdoc -d -p 9080:80 jeffdoc
|
Loading…
Reference in New Issue
Block a user