We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c52ff4 commit 5e1ee5aCopy full SHA for 5e1ee5a
.github/workflows/nextjs.yml
@@ -51,10 +51,6 @@ jobs:
51
- name: Setup Pages
52
uses: actions/configure-pages@v2
53
with:
54
- # Automatically inject basePath in your Next.js configuration file and disable
55
- # server-side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
56
- #
57
- # You may remove this line if you want to manage the configuration yourself.
58
static_site_generator: next
59
- name: Restore cache
60
uses: actions/cache@v2
@@ -93,3 +89,4 @@ jobs:
93
89
94
90
github_token: ${{ secrets.GITHUB_TOKEN }}
95
91
publish_dir: ./out
92
+ publish_branch: gh-pages
0 commit comments