We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ea5e0 commit 3842993Copy full SHA for 3842993
.github/workflows/jekyll.yml
@@ -46,10 +46,15 @@ jobs:
46
bundle install
47
- name: Build site
48
# Outputs to the './_site' directory by default
49
- run: bundle exec jekyll build
+ run: |
50
+ cd docs
51
+ bundle exec jekyll build
52
- name: Upload artifact
53
+ id: deployment
54
# Automatically uploads an artifact from the './_site' directory by default
55
uses: actions/upload-pages-artifact@v3
56
+ with:
57
+ path: docs/_site
58
59
# Deployment job
60
deploy:
0 commit comments