Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nchlswhttkr committed Jun 8, 2024
1 parent fb49fdd commit 4e7d2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build
uses: docker://registry.gitlab.com/pages/hugo:latest
with:
args: --baseURL https://preview.nicholas.cloud/${{ github.event.pull_request.number }}/
args: hugo --baseURL https://preview.nicholas.cloud/${{ github.event.pull_request.number }}/
if: contains('opened reopened synchronize', github.event.action)

- name: Deploy build artifacts
Expand Down

0 comments on commit 4e7d2e4

Please sign in to comment.