diff --git a/.github/workflows/hugo-preview.yml b/.github/workflows/hugo-preview.yml index 544ac0fe5..381e87397 100644 --- a/.github/workflows/hugo-preview.yml +++ b/.github/workflows/hugo-preview.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v3 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 - with: - hugo-version: '0.83.1' - extended: true + uses: peaceiris/actions-hugo@v2 + with: + hugo-version: '0.83.1' + extended: true - name: Setup base URL env var run: |