Skip to content

Commit

Permalink
fix: github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed May 18, 2023
1 parent 1a96f18 commit bd65f7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
enableCrossOsArchive: true

- name: Build Next.js
run: npx turbo build
run: npx turbo deploy
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
Expand All @@ -66,9 +66,6 @@ jobs:
key: build-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('node_modules/.cache') }}
enableCrossOsArchive: true

- name: Export Next.js static files
run: npx turbo export

- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

2 comments on commit bd65f7d

@vercel
Copy link

@vercel vercel bot commented on bd65f7d May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nodejs-org – ./

nodejs-org-git-main-openjs.vercel.app
nodejs-org-openjs.vercel.app
node-js-org.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bd65f7d May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nodejs-org-stories – ./

nodejs-org-stories-git-main-openjs.vercel.app
nodejs-org-storybook.vercel.app
nodejs-org-stories-openjs.vercel.app

Please sign in to comment.