diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index c776187..ae4c8f1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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 . \ No newline at end of file + - run: docker build -t JeffDocusaurus . + - run: docker run -v /home/project/Docusaurus:/usr/share/nginx/html --name=JeffDocusaurus -d -p 9080:80 JeffDocusaurus \ No newline at end of file