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 }}