Skip to content

Commit

Permalink
issue-#9 - Removed unrequired 'export' task, from 'site' workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed May 22, 2023
1 parent 9f83c8f commit 90d4eaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: turbo build
- name: Static HTML export with Next.js
run: turbo export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 90d4eaa

Please sign in to comment.