diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bec2b7..91d8283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: - name: init submodules run: | git submodule update --init --remote - - name: Set up JDK 17 + - name: Set up JDK 11 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 17 + java-version: 11 - name: Login to Docker uses: docker/login-action@v2 with: @@ -41,10 +41,10 @@ jobs: echo "84fe35ed9be0f1d8eb6d4cc03d63a8e532e9776f pandoc.deb" | sha1sum -c dpkg -x pandoc.deb pandoc PATH="$(pwd)/pandoc/usr/bin":"$PATH" bash -x ./build-websites.sh - - name: 'Upload Artifact' - if: success() - uses: actions/upload-artifact@v3 - with: - name: website - path: /home/runner/work/alfred-docs/alfred-docs/**/build/website.tar.gz - retention-days: 2 + # - name: 'Upload Artifact' + # if: success() + # uses: actions/upload-artifact@v3 + # with: + # name: website + # path: /home/runner/work/alfred-docs/alfred-docs/**/build/website.tar.gz + # retention-days: 2