Skip to content

Commit b081357

Browse files
committed
Uncommented set up pages config
1 parent ea23479 commit b081357

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-docs-to-pages.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
version: 8
4848
- name: Setup Pages
4949
uses: actions/configure-pages@v5
50-
# with:
51-
# # Automatically inject basePath in your Next.js configuration file and disable
52-
# # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
53-
# #
54-
# # You may remove this line if you want to manage the configuration yourself.
55-
# static_site_generator: next
56-
# generator_config_file: apps/docs/next.config.js
50+
with:
51+
# Automatically inject basePath in your Next.js configuration file and disable
52+
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
53+
#
54+
# You may remove this line if you want to manage the configuration yourself.
55+
static_site_generator: next
56+
generator_config_file: apps/docs/next.config.js
5757
- name: Restore cache
5858
uses: actions/cache@v4
5959
with:

0 commit comments

Comments
 (0)