Skip to content

Commit 65af83b

Browse files
workflow.
1 parent bc2a4b1 commit 65af83b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
ruby-version: "3.3" # Not needed with a .ruby-version file
4343
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4444
cache-version: 0 # Increment this number if you need to re-download cached gems
45-
working-directory: ".
4645
- name: Setup Pages
4746
id: pages
4847
uses: actions/configure-pages@v5
4948
- name: Build with Jekyll
50-
working-directory: .
5149
# Outputs to the './_site' directory by default
5250
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
5351
env:

0 commit comments

Comments
 (0)