Skip to content

Commit

Permalink
🚑 fix(ci): fix GitHub Actions workflow for Jekyll build directory
Browse files Browse the repository at this point in the history
- Changed Jekyll build source directory to ./docs
  • Loading branch information
chriskyfung committed Nov 5, 2024
1 parent 6d4b4f6 commit 155bda5
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: _site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 155bda5

Please sign in to comment.