From ba18057da83a869c327560246dca17a44dab0a57 Mon Sep 17 00:00:00 2001 From: Pradeep Gupta Date: Sun, 12 Jan 2025 23:23:06 +0530 Subject: [PATCH] fixing ci.yml --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23dca52..ee99821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ on: - '**.jsx' - '**.tsx' - '**.json' + - '**.yml' - 'public/**' - '__tests__/**' - '__e2e__/**' @@ -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