Skip to content

Commit 637b750

Browse files
committed
try jekyll build github action
1 parent bc2e7d8 commit 637b750

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- name: Setup Pages
3636
id: pages
3737
uses: actions/configure-pages@v5
38-
- name: Build with Jekyll
3938
# Outputs to the 'docs/_site' directory
40-
env:
41-
JEKYLL_ENV: production
42-
working-directory: docs
43-
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
39+
- name: Build with Jekyll
40+
uses: actions/jekyll-build-pages@v1
41+
with:
42+
source: docs
43+
destination: docs/_site
4444
- name: Upload artifact
4545
# Uploads artifact from the 'docs/_site' directory
4646
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)