aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCan2025-01-20 11:52:12 +0100
committerGitHub2025-01-20 11:52:12 +0100
commitc5f5ced0522a6734dec8727c373fdecf75fdd8bb (patch)
treef95fe29be15af2eb466212084ac7d3099f84f73b
parent90017469ddf3e2a942b695e91ab2db45e0706069 (diff)
Update deploy-pages.yml
-rw-r--r--.github/workflows/deploy-pages.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml
index 9549320..4d16a2e 100644
--- a/.github/workflows/deploy-pages.yml
+++ b/.github/workflows/deploy-pages.yml
@@ -20,6 +20,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
+ java-package: jre
- name: Install Effekt
run: npm install -g @effekt-lang/effekt
- name: Build
@@ -43,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v4 \ No newline at end of file
+ uses: actions/deploy-pages@v4