Skip to content

Commit 56be033

Browse files
authored
Update jekyll.yml
1 parent 70e0302 commit 56be033

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,4 @@ jobs:
4949

5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
52-
53-
deploy:
54-
runs-on: ubuntu-24.04
55-
needs: build
56-
57-
if: |
58-
github.event_name == 'workflow_dispatch' ||
59-
(github.event_name == 'push' && github.event.repository.default_branch == github.ref_name)
60-
concurrency:
61-
group: "pages"
62-
cancel-in-progress: true
63-
64-
environment:
65-
name: github-pages
66-
url: ${{ steps.deployment.outputs.page_url }}
67-
68-
steps:
69-
- name: Deploy to GitHub Pages
70-
id: deployment
71-
uses: actions/deploy-pages@v4
52+

0 commit comments

Comments
 (0)