From df6dd7434adf5310f903462b363c567b36227efd Mon Sep 17 00:00:00 2001 From: Breno A Date: Sun, 11 Feb 2024 11:22:44 -0300 Subject: [PATCH] fix: CI remove unused --- .github/workflows/static.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 317824b..76bdde3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,13 +39,6 @@ jobs: npm run demo-build mkdir staging cp ./demo/.vitepress/dist/* staging -r - - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - java-package: 'jdk' - cache: 'maven' - server-id: ossrh - name: Upload artifact uses: actions/upload-pages-artifact@v3