Skip to content

Commit

Permalink
restore gem update --system because apparently jekyll won't run witho…
Browse files Browse the repository at this point in the history
…ut it
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent daea8d1 commit cfc59da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
# Standard usage
- uses: helaili/jekyll-action@v2
with:
pre_build_commands: |
sed -i "s/^#baseurl: .*/baseurl: \/${{ github.event.repository.name }}/" _config.yml
pre_build_commands:
- gem update --system
- sed -i "s/^#baseurl: .*/baseurl: \/${{ github.event.repository.name }}/" _config.yml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cfc59da

Please sign in to comment.