Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wooksong committed Apr 12, 2024
1 parent 4d4485d commit d579b9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./Docs
destination: ./_site
destination: ./Docs/_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: Docs/_site/

# Deployment job
deploy:
Expand Down

0 comments on commit d579b9f

Please sign in to comment.