diff --git a/.github/workflows/nextjs.yml b/.github/workflows/docs.yml similarity index 98% rename from .github/workflows/nextjs.yml rename to .github/workflows/docs.yml index f4e13a0..81ea6e8 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/docs.yml @@ -2,12 +2,12 @@ # # To get started with Next.js see: https://nextjs.org/docs/getting-started # -name: Deploy Next.js site to Pages +name: Deploy Documentation site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["docs"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: