From 953a3e25864d651e81aa95095d955a7032854357 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 5 Jun 2024 21:37:24 -0700 Subject: [PATCH] Order attrs --- .github/workflows/pages.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 32c18cf8..16283537 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -1,12 +1,3 @@ -name: Deploy Hugo site to Pages -on: - push: - branches: ["**"] - workflow_dispatch: -permissions: - contents: read - id-token: write - pages: write concurrency: cancel-in-progress: true group: "pages" @@ -61,3 +52,12 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 +name: Deploy Hugo site to Pages +on: + push: + branches: ["**"] + workflow_dispatch: +permissions: + contents: read + id-token: write + pages: write