Skip to content

Commit 241ab0b

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 01c79f8 commit 241ab0b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

-18
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,3 @@ jobs:
5757
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: _site
60-
61-
# Deployment job
62-
deploy:
63-
environment:
64-
name: github-pages
65-
url: ${{ steps.deployment.outputs.page_url }}
66-
runs-on: ubuntu-latest
67-
needs: build
68-
steps:
69-
- name: Deploy to GitHub Pages
70-
id: deployment
71-
uses: actions/deploy-pages@v4
72-
73-
env:
74-
JEKYLL_ENV: production
75-
- name: Upload artifact
76-
# Automatically uploads an artifact from the './_site' directory by default
77-
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)