Skip to content

Commit 3842993

Browse files
Update jekyll.yml
1 parent 57ea5e0 commit 3842993

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/jekyll.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ jobs:
4646
bundle install
4747
- name: Build site
4848
# Outputs to the './_site' directory by default
49-
run: bundle exec jekyll build
49+
run: |
50+
cd docs
51+
bundle exec jekyll build
5052
- name: Upload artifact
53+
id: deployment
5154
# Automatically uploads an artifact from the './_site' directory by default
5255
uses: actions/upload-pages-artifact@v3
56+
with:
57+
path: docs/_site
5358

5459
# Deployment job
5560
deploy:

0 commit comments

Comments
 (0)