Skip to content

Commit eb73a82

Browse files
committed
Trying alternate approach
1 parent fc98a7b commit eb73a82

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
- name: Setup Pages
4949
id: pages
5050
uses: actions/configure-pages@v5
51-
# with:
52-
# # Automatically inject basePath in your Next.js configuration file and disable
53-
# # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
54-
# #
55-
# # You may remove this line if you want to manage the configuration yourself.
56-
# static_site_generator: next
57-
# generator_config_file: apps/docs/next.config.js
51+
with:
52+
# Automatically inject basePath in your Next.js configuration file and disable
53+
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
54+
#
55+
# You may remove this line if you want to manage the configuration yourself.
56+
static_site_generator: next
57+
generator_config_file: apps/docs/next.config.js
5858
- name: Dump Pages configuration
5959
run: |
6060
echo PAGES_BASE_URL: ${{ steps.pages.outputs.base_url }}
@@ -78,7 +78,7 @@ jobs:
7878
- name: Upload artifact
7979
uses: actions/upload-pages-artifact@v3
8080
with:
81-
path: ./apps/docs/out
81+
path: ./out
8282

8383
# Deployment job
8484
deploy:

0 commit comments

Comments
 (0)