From 60838eefef71f4e22ae0868615814b7e7ee8d1d2 Mon Sep 17 00:00:00 2001 From: David Perera Date: Fri, 26 Apr 2024 09:34:15 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb87526c..0247b6b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,8 +16,8 @@ concurrency: jobs: deploy: permissions: - pages: write; - id-token: write; + pages: write + id-token: write environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}