Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
genuinemoses authored Dec 11, 2023
1 parent a6e0b27 commit 0b88f74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,17 @@ jobs:
- name: Build site
run: bundle exec jekyll build --verbose --trace

- name: Upload artifacts
uses: actions/upload-pages-artifact@v2
with:
path: ./_site
name: github-pages
retention-days: 1

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _site/
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b88f74

Please sign in to comment.