File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 66 # Allows you to run this workflow manually from the Actions tab
77 workflow_dispatch :
88concurrency :
9- group : github-pages
9+ group : github-pages-build
1010 cancel-in-progress : false
1111jobs :
1212 build-jekyll :
1313 runs-on : ubuntu-latest
14- environment :
15- name : github-pages
16- url : ${{ steps.deployment.outputs.page_url }}
1714 steps :
1815 - name : Checkout
1916 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22name : Publish to GitHub Pages
33on :
44 push :
5- branches : [main, master]
5+ branches : [master]
66 # Allows you to run this workflow manually from the Actions tab
77 workflow_dispatch :
88concurrency :
9- group : github-pages
9+ group : github-pages-publish
1010 cancel-in-progress : false
1111# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1212permissions :
You can’t perform that action at this time.
0 commit comments