parent
37c85af234
commit
876a6c7e0e
@ -3,6 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: ls -lR
|
||||
- name: Check out repository code
|
||||
@ -24,4 +25,5 @@ jobs:
|
||||
- name: Build Docusaurus website
|
||||
run: yarn build
|
||||
- run: ls
|
||||
- run: docker build -t dockervue .
|
||||
- run: docker build -t JeffDocusaurus .
|
||||
- run: docker run -v /home/project/Docusaurus:/usr/share/nginx/html --name=JeffDocusaurus -d -p 9080:80 JeffDocusaurus
|
Loading…
Reference in New Issue
Block a user