Skip to content

Commit 43fcf7b

Browse files
authored
build: fix deploy workflow (#122)
1 parent 455845d commit 43fcf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- "site/**"
88
branches:
99
- main
10-
11-
deploy:
10+
jobs:
11+
deploy:
1212
name: Deploy to GitHub Pages
1313

1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)