Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabbetlong authored Oct 9, 2024
1 parent ca57172 commit 7cd873b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ jobs:
${{ runner.os }}-node-
# - run: npm ci

- run: hugo
- name: Build
run: |
npm install -D --save postcss-cli
npm install -D --save postcss
hugo
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }} # <-- specify same branch as above here
Expand Down

0 comments on commit 7cd873b

Please sign in to comment.