Skip to content

Commit

Permalink
GPT-commit: Modified Github workflow file for Jekyll GH Pages.
Browse files Browse the repository at this point in the history
GPT-commit: Modified Github workflow file for Jekyll GH Pages, fixing CI/CD pipeline for automated deployment.
  • Loading branch information
hwixley committed Oct 23, 2023
1 parent 1b1d637 commit c0e4dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./gh-pages
source: ./.github
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit c0e4dc5

Please sign in to comment.