From c5f5ced0522a6734dec8727c373fdecf75fdd8bb Mon Sep 17 00:00:00 2001 From: Can Date: Mon, 20 Jan 2025 11:52:12 +0100 Subject: Update deploy-pages.yml --- .github/workflows/deploy-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3