Skip to content

Commit

Permalink
Fix jekyll target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrimtabby committed May 30, 2024
1 parent 8e99af1 commit 7d272af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
source: ./docs
destination: ./docs/_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 7d272af

Please sign in to comment.