Skip to content

Commit 990cb1e

Browse files
committed
fix: remove Jekyll workflow
1 parent b745c31 commit 990cb1e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,3 @@ jobs:
8282
uses: actions/upload-pages-artifact@v3
8383
with:
8484
path: ./public
85-
86-
# Deployment job
87-
deploy:
88-
environment:
89-
name: github-pages
90-
url: ${{ steps.deployment.outputs.page_url }}
91-
runs-on: ubuntu-latest
92-
needs: build
93-
steps:
94-
- name: Deploy to GitHub Pages
95-
id: deployment
96-
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)