Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
btholt committed Apr 11, 2024
1 parent 83a72d4 commit b0e007e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: npm install, export
- name: npm install, build
run: |
npm install
npm run export
npm run build
- name: Deploy site to gh-pages branch
uses: crazy-max/ghaction-github-pages@v2
with:
Expand Down

0 comments on commit b0e007e

Please sign in to comment.