Skip to content

Commit

Permalink
remove auto deploy nextjs app workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Dec 19, 2022
1 parent 1413d94 commit fd6251c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/nextjs-example.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ jobs:
- name: Build global project
run: pnpm run build

- name: Export nextjs project
working-directory: ./apps/nextjs-example
run: pnpm run export

- name: Add .nojekyll file
working-directory: ./apps/nextjs-example
run: touch ./out/.nojekyll

- name: Deploy nextjs project
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./apps/nextjs-example/out

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit fd6251c

Please sign in to comment.