Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 10, 2024
1 parent 3768ca9 commit 7d0783f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
HUGO_ENV: production
run: >
hugo
--minify
--baseURL "${{ steps.pages.outputs.base_url }}/"
-s "./exampleSite/"
--themesDir "../../"
-v
--minify
--baseURL "${{ steps.pages.outputs.base_url }}/"
-s "./exampleSite/"
--themesDir "../../"
-v
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 7d0783f

Please sign in to comment.