From 3002d2b9a7f1b50cccd83c8ee6321af0a240f17b Mon Sep 17 00:00:00 2001 From: Ari Date: Sun, 28 Jul 2024 01:54:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20jobs=EB=A5=BC=20=EB=82=98=EB=88=84=EC=97=88?= =?UTF-8?q?=EB=8D=98=20=EB=B6=80=EB=B6=84=EC=9D=84=20=ED=95=9C=EA=B0=9C?= =?UTF-8?q?=EB=A1=9C=20=ED=86=B5=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-markdown-files.yml | 26 +++++++-------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/.github/workflows/update-markdown-files.yml b/.github/workflows/update-markdown-files.yml index e57d4cb..2974408 100644 --- a/.github/workflows/update-markdown-files.yml +++ b/.github/workflows/update-markdown-files.yml @@ -9,10 +9,19 @@ concurrency: group: "pages" cancel-in-progress: true +permissions: + contents: read + pages: write + id-token: write + jobs: update-markdown: runs-on: macos-latest + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -29,23 +38,6 @@ jobs: exit 1 fi - deploy: - runs-on: macos-latest - needs: update-markdown - - permissions: - contents: read - pages: write - id-token: write - - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Build Documentation working-directory: ${{ github.workspace }} run: |