Skip to content

Commit

Permalink
Update jekyll-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereare authored Nov 22, 2024
1 parent ec758b9 commit 4f87747
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jekyll-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,8 +34,8 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs/
destination: ./docs/_site
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
deploy:
Expand Down

0 comments on commit 4f87747

Please sign in to comment.