We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2a4b1 commit 65af83bCopy full SHA for 65af83b
.github/workflows/jekyll.yml
@@ -42,12 +42,10 @@ jobs:
42
ruby-version: "3.3" # Not needed with a .ruby-version file
43
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
44
cache-version: 0 # Increment this number if you need to re-download cached gems
45
- working-directory: ".
46
- name: Setup Pages
47
id: pages
48
uses: actions/configure-pages@v5
49
- name: Build with Jekyll
50
- working-directory: .
51
# Outputs to the './_site' directory by default
52
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
53
env:
0 commit comments