Skip to content

Commit

Permalink
set baseurl in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent 2ba4157 commit daea8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
# Standard usage
- uses: helaili/jekyll-action@v2
with:
pre_build_commands: |
sed -i "s/^#baseurl: .*/baseurl: \/${{ github.event.repository.name }}/" _config.yml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit daea8d1

Please sign in to comment.