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 bc2e7d8 commit 637b750Copy full SHA for 637b750
.github/workflows/build-and-deploy-docs.yml
@@ -35,12 +35,12 @@ jobs:
35
- name: Setup Pages
36
id: pages
37
uses: actions/configure-pages@v5
38
- - name: Build with Jekyll
39
# 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 }}"
+ - name: Build with Jekyll
+ uses: actions/jekyll-build-pages@v1
+ with:
+ source: docs
+ destination: docs/_site
44
- name: Upload artifact
45
# Uploads artifact from the 'docs/_site' directory
46
uses: actions/upload-pages-artifact@v3
0 commit comments