Skip to content

Commit

Permalink
fixing ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepngupta committed Jan 12, 2025
1 parent 288f723 commit ba18057
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- '**.jsx'
- '**.tsx'
- '**.json'
- '**.yml'
- 'public/**'
- '__tests__/**'
- '__e2e__/**'
Expand Down Expand Up @@ -144,12 +145,12 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
with:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
token: ${{ secrets.PAGES_TOKEN }}
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
token: ${{ secrets.PAGES_TOKEN }}

- name: Deploy to GitHub Pages
id: deployment
Expand Down

1 comment on commit ba18057

@vercel
Copy link

@vercel vercel bot commented on ba18057 Jan 12, 2025

Choose a reason for hiding this comment

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

Please sign in to comment.