Order GitHub workflow config

This commit is contained in:
Will Faught
2023-09-22 21:57:57 -07:00
parent 7a88a74c19
commit a21a8f15e7

View File

@@ -1,3 +1,12 @@
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"
@@ -58,12 +67,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
name: Deploy Hugo site to Pages
on:
push:
branches: ["**"]
workflow_dispatch:
permissions:
contents: read
id-token: write
pages: write