Skip to content

Commit ca92b4d

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 425307c commit ca92b4d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

-12
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,3 @@ jobs:
6868
- name: Upload artifact
6969
# Automatically uploads an artifact from the './_site' directory by default
7070
uses: actions/upload-pages-artifact@v3
71-
72-
# Deployment job
73-
deploy:
74-
environment:
75-
name: github-pages
76-
url: ${{ steps.deployment.outputs.page_url }}
77-
runs-on: ubuntu-latest
78-
needs: build
79-
steps:
80-
- name: Deploy to GitHub Pages
81-
id: deployment
82-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)