Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liaobinbin authored Dec 11, 2023
1 parent 9a65510 commit bd4b44f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
hugo
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./public
path: ./docs

# Deployment job
deploy:
Expand Down

0 comments on commit bd4b44f

Please sign in to comment.