Skip to content

Commit

Permalink
Fix desktop CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 23, 2023
1 parent d6debd5 commit fed7c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ jobs:
hugo-version: '0.101.0'

- name: Build
run: HUGO_ENV=production hugo --gc --minify
run: |
cd website
HUGO_ENV=production hugo --gc --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit fed7c5c

Please sign in to comment.