From 3d4f19dd1c9cb11b26ef4fd0da0272889420a317 Mon Sep 17 00:00:00 2001 From: Lerte Smith Date: Sun, 7 Apr 2024 08:59:18 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4dddb6c..aa207e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,8 @@ -# Sample workflow for building and deploying a Next.js site to GitHub Pages +# Sample workflow for building and deploying a Nextra site to GitHub Pages # -# To get started with Next.js see: https://nextjs.org/docs/getting-started +# To get started with Nextra see: https://nextra.site/docs # -name: Deploy Next.js site to Pages +name: Deploy Nextra site to Pages on: # Runs on pushes targeting the default branch