1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

Update jekyll-gh-pages.yml

This commit is contained in:
Nick Sweeting 2023-11-13 22:34:48 -08:00 committed by GitHub
parent dc346c06d0
commit c6a4fe325f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ permissions:
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true
jobs:
# Build job
@ -36,7 +36,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
source: ./website
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2