File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
# Allows you to run this workflow manually from the Actions tab
7
7
workflow_dispatch :
8
8
concurrency :
9
- group : github-pages
9
+ group : github-pages-build
10
10
cancel-in-progress : false
11
11
jobs :
12
12
build-jekyll :
13
13
runs-on : ubuntu-latest
14
- environment :
15
- name : github-pages
16
- url : ${{ steps.deployment.outputs.page_url }}
17
14
steps :
18
15
- name : Checkout
19
16
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2
2
name : Publish to GitHub Pages
3
3
on :
4
4
push :
5
- branches : [main, master]
5
+ branches : [master]
6
6
# Allows you to run this workflow manually from the Actions tab
7
7
workflow_dispatch :
8
8
concurrency :
9
- group : github-pages
9
+ group : github-pages-publish
10
10
cancel-in-progress : false
11
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
12
12
permissions :
You can’t perform that action at this time.
0 commit comments