From 5fe8a3fb0b17a51959fda6ecb08ee25670f7a974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Lo=C3=AFc=20Bayart?= Date: Mon, 15 Apr 2024 10:50:11 +0200 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 926461c..c691d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,14 @@ jobs: deploy: needs: build runs-on: ubuntu-latest - container: - image: busybox:latest + + permissions: + pages: write + id-token: write + + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout code