From 757100d385c373f38e541b00ff9c9cf84659fc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Fri, 23 Feb 2024 15:03:18 +0100 Subject: [PATCH] Update deploy_documentation.yml --- .github/workflows/deploy_documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_documentation.yml b/.github/workflows/deploy_documentation.yml index f6f1bd73..a4d5dd1e 100644 --- a/.github/workflows/deploy_documentation.yml +++ b/.github/workflows/deploy_documentation.yml @@ -10,6 +10,7 @@ concurrency: cancel-in-progress: true jobs: build: + name: Build Documentation runs-on: macos-14 steps: - name: Checkout @@ -48,6 +49,7 @@ jobs: - name: Upload Artifact uses: actions/upload-pages-artifact@v3 deploy: + name: Deploy Documentation environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}