diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 76b31ec..8a73f0c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: apt-get install --no-install-recommends --no-install-suggests -y jq rsync && \ npm i minify -g - name: Minify - run: cd public/ && minify index.html > index.html && minify script.js > script.min.js && minify simplex.js > simplex.min.js && minify style.css > style.min.css && cd .. + run: cd public/ && minify index.html > index.html && minify script.js > script.min.js && minify simplex.js > simplex.min.js && minify style.css > style.min.css - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server