Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness committed Sep 16, 2024
1 parent 2f1e1a2 commit c72f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
bundler-cache: true

- name: Build static site
run: bundle exec jekyll build --baseurl "${{ env.BASEURL }}
run: bundle exec jekyll build --baseurl ${{ env.BASEURL }}

- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit c72f72e

Please sign in to comment.