Skip to content

Commit

Permalink
Update hugo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredliw authored Oct 3, 2024
1 parent 5079e0c commit fa4985d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
TZ: America/Los_Angeles
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
run: npm run build
- name: Write CNAME
run: cp CNAME ./public/CNAME
- name: Upload artifact
Expand Down

0 comments on commit fa4985d

Please sign in to comment.