diff --git a/.github/workflows/ci-pulsar-website-build.yaml b/.github/workflows/ci-pulsar-website-build.yaml index 1ff30f808aa95..321b22341dd1b 100644 --- a/.github/workflows/ci-pulsar-website-build.yaml +++ b/.github/workflows/ci-pulsar-website-build.yaml @@ -42,6 +42,14 @@ jobs: - name: build run: mvn clean package -DskipTests -Pswagger + - name: clean disk + run: | + sudo swapoff -a + sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc + sudo apt clean + docker rmi $(docker images -q) -f + df -h + - name: publish env: GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}