File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ name: Build and Deploy a Jekyll Site to GitHub Pages
7
7
on :
8
8
push :
9
9
branches :
10
- - gh-pages
10
+ - main
11
11
12
12
# Allows you to run this workflow manually from the Actions tab
13
13
workflow_dispatch :
14
14
15
15
16
16
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
17
- permissions :
18
- contents : read
19
- pages : write
20
- id-token : write
17
+ # permissions:
18
+ # contents: read
19
+ # pages: write
20
+ # id-token: write
21
21
22
22
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
23
23
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
24
- concurrency :
25
- group : " pages"
26
- cancel-in-progress : false
24
+ # concurrency:
25
+ # group: "pages"
26
+ # cancel-in-progress: false
27
27
28
28
jobs :
29
29
jekyll :
You can’t perform that action at this time.
0 commit comments