We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db73cb commit 5c71909Copy full SHA for 5c71909
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy Next.js site to Pages
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: [$default-branch]
+ branches: ["main"]
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
@@ -87,4 +87,4 @@ jobs:
87
steps:
88
- name: Deploy to GitHub Pages
89
id: deployment
90
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v1
0 commit comments