From 1333ea5c97eda450dc188501b728c32950ab6074 Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Mon, 4 Dec 2023 22:59:30 +0500 Subject: [PATCH] Removed jdk --- .github/workflows/deploy-docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1d7faf7..cf86fd2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -17,11 +17,11 @@ jobs: with: python-version: '3.x' - - name: 'Set up latest Oracle JDK 21' - uses: oracle-actions/setup-java@v1 - with: - website: oracle.com - release: 21 +# - name: 'Set up latest Oracle JDK 21' +# uses: oracle-actions/setup-java@v1 +# with: +# website: oracle.com +# release: 21 - name: Install plantuml run: sudo bash -c "curl -L https://raw.githubusercontent.com/riboseinc/plantuml-install/master/ubuntu.sh | bash"