Skip to content

Commit 5921076

Browse files
committed
change jekyll.yml
1 parent 02e6a35 commit 5921076

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/jekyll.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,17 @@ jobs:
4343
- name: Install dependencies
4444
run: bundle install
4545
- name: Setup Pages
46-
id: pages
46+
# id: pages
4747
uses: actions/configure-pages@v5
4848
- name: Build with Jekyll
4949
# Outputs to the './_site' directory by default
50-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
51-
env:
52-
JEKYLL_ENV: production
50+
# run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
51+
# env:
52+
# JEKYLL_ENV: production
53+
uses: actions/jekyll-build-pages@v1
54+
with:
55+
source: ./
56+
destination: ./_site
5357
- name: Upload artifact
5458
# Automatically uploads an artifact from the './_site' directory by default
5559
uses: actions/upload-pages-artifact@v3
@@ -64,4 +68,4 @@ jobs:
6468
steps:
6569
- name: Deploy to GitHub Pages
6670
id: deployment
67-
uses: actions/deploy-pages@v4
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)