diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 277405a..8e7b765 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -10,5 +10,6 @@ jobs: uses: actions/checkout@v3 - name: Build Docker image run: docker build -t maciejpedzi.ch:latest . + - run: pwd - name: Rerun website's Docker container run: rerun-container.sh