Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
garv-shah authored Oct 9, 2023
1 parent 5c2bdbf commit 6abc612
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
output: assets/indices
root: .

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
hugo-version: '0.96.0'
extended: true
node-version: 18

- name: Build
run: hugo --minify
run: npx quartz build --bundleInfo

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 6abc612

Please sign in to comment.