diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 1715eb8..759419c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: hugo-latest steps: - name: Grab packages - run: apk add rsync + run: apk add rsync openssh-client - uses: actions/checkout@v4 - name: Run build task run: hugo --minify diff --git a/.gitignore b/.gitignore index d339c3b..61ef8a7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,7 @@ hugo.darwin hugo.linux # Temporary lock file while building -/.hugo_build.lock \ No newline at end of file +/.hugo_build.lock + +# Local Act +act.yaml \ No newline at end of file diff --git a/bin/test_static_page.sh b/bin/test_static_page.sh index e9571f6..efa9881 100755 --- a/bin/test_static_page.sh +++ b/bin/test_static_page.sh @@ -5,7 +5,7 @@ python3 -m http.server $PORT --directory public/ & SERVER_PID=$! # Give it a moment to start -sleep 5 +sleep 2 # Check if the server is running if [ ! -d "/proc/$SERVER_PID" ]; then