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 1b9978f commit d69915eCopy full SHA for d69915e
.github/workflows/build-and-deploy-docs.yml
@@ -26,14 +26,15 @@ jobs:
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
29
+ - name: Setup Pages
30
+ id: pages
31
+ uses: actions/configure-pages@v5
32
- name: Setup Ruby
33
uses: ruby/setup-ruby@v1
34
with:
35
ruby-version: "3.3"
36
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- - name: Setup Pages
- id: pages
- uses: actions/configure-pages@v5
37
+ working-directory: docs
38
- name: Build with Jekyll
39
# Outputs to the 'docs/_site' directory
40
run: |
0 commit comments