diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 40aa3a4..24cfa3e 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -24,5 +24,5 @@ jobs: - name: Build Docusaurus website run: yarn build - run: ls - - 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 + - run: docker build -t jeffdoc . + - run: docker run -v /home/project/Docusaurus:/usr/share/nginx/html --name=jeffdoc -d -p 9080:80 jeffdoc \ No newline at end of file