Skip to content

Commit

Permalink
Updated GitHub Actions workflow (uses my own jekyll-action)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Jan 2, 2023
1 parent b360a32 commit d786dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@v2
- uses: UlyssesZh/jekyll-action@master
with:
token: ${{ secrets.JEKYLL_PAT }}
pre_build_commands: |
git config --global user.email "ulysseszhan@gmail.com"
git config --global user.email "ulysseszhan@pm.me"
git config --global user.name "Ulysses Zhan"
gem install bundler

0 comments on commit d786dc3

Please sign in to comment.