Skip to content

Commit

Permalink
Merge pull request #13 from elycruz/monorepo
Browse files Browse the repository at this point in the history
issue-#9 - Removed unrequired 'export' task, from 'site' workflow.
  • Loading branch information
elycruz committed May 22, 2023
2 parents 40b855e + 90d4eaa commit 0eabb6d
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 0eabb6d

Please sign in to comment.