This commit is contained in:
parent
df50a32a4b
commit
c3ea9952bc
@ -6,10 +6,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: ls -lR
|
- run: ls -lR
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: https://gitea.com/actions/checkout@v3
|
uses: http://47.116.170.60:3300/jeff/checkout@v3
|
||||||
- run: ls -lR
|
- run: ls -lR
|
||||||
- name: Use Node.js 1
|
- name: Use Node.js 1
|
||||||
uses: https://gitea.com/actions/setup-node@v4
|
uses: http://47.116.170.60:3300/jeff/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
run: yarn build
|
run: yarn build
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: docker build -t jeffdoc .
|
- run: docker build -t jeffdoc .
|
||||||
- run: docker run -v /home/project/Docusaurus:/usr/share/nginx/html --name=jeffdoc -d -p 9080:80 jeffdoc
|
- run: docker run -v /home/project/Docusaurus/:/usr/share/nginx/html/ --name=jeffdoc -d -p 9080:80 jeffdoc
|
Loading…
Reference in New Issue
Block a user