From 26cf68654b67b9e031f51ceb38b92bc36e7e3c39 Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Mon, 4 Dec 2023 04:34:59 -0500 Subject: [PATCH] remove some comments --- .github/workflows/nextjs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 109b958..dcd101d 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -1,7 +1,3 @@ -# Sample workflow for building and deploying a Next.js site to GitHub Pages -# -# To get started with Next.js see: https://nextjs.org/docs/getting-started -# name: Deploy Next.js site to Pages on: @@ -58,8 +54,6 @@ jobs: 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 - name: Restore cache uses: actions/cache@v3