Skip to content

Commit 4a6f445

Browse files
committed
Space out the deploy workflow a bit
1 parent b4b8b84 commit 4a6f445

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
1112
permissions:
1213
pages: write
1314
id-token: write
15+
1416
environment:
1517
name: github-pages
1618
url: ${{ steps.deployment.outputs.page_url }}
19+
1720
steps:
1821
- name: Checkout
1922
uses: actions/checkout@v3

0 commit comments

Comments
 (0)