Skip to content

Commit

Permalink
Set Java version back to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiot123 committed Sep 13, 2023
1 parent d7b6732 commit a43e8c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit a43e8c3

Please sign in to comment.