Skip to content

Commit 6fc5182

Browse files
committed
Use jekyll-build-pages action
1 parent bf87bc7 commit 6fc5182

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
uses: actions/configure-pages@v5
2929

3030
- name: Build with Jekyll
31-
run: bundle exec jekyll build
32-
env:
33-
JEKYLL_ENV: production
31+
uses: actions/jekyll-build-pages@v1
3432

3533
- name: Upload artifact
3634
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)