Skip to content

Commit

Permalink
chore(): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matteolc committed Oct 5, 2023
1 parent 9daa31f commit 539e4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 539e4f3

Please sign in to comment.