Order attrs

This commit is contained in:
Will Faught
2024-06-05 21:37:24 -07:00
parent 86e021be68
commit 953a3e2586

View File

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