Skip to content

Commit 6c22462

Browse files
committed
revert on-push branch change and permissions
1 parent 1c0cbca commit 6c22462

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/jekyll-github-pages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ name: Build and Deploy a Jekyll Site to GitHub Pages
77
on:
88
push:
99
branches:
10-
- gh-pages
10+
- main
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

1515

1616
# 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
2121

2222
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2323
# 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
2727

2828
jobs:
2929
jekyll:

0 commit comments

Comments
 (0)