Skip to content

Commit

Permalink
[fix] github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
betofigueiredo committed Nov 10, 2023
1 parent 18d3936 commit 653ce87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: npm i
- name: Build
run : npm i
run : npm run build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down

0 comments on commit 653ce87

Please sign in to comment.