File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 4040 node-version : ${{ matrix.node-version }}
4141 cache : " pnpm"
4242
43+ - name : Setup Pages
44+ uses : actions/configure-pages@v5
45+ with :
46+ # Automatically inject basePath in your Next.js configuration file and disable
47+ # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
48+ #
49+ # You may remove this line if you want to manage the configuration yourself.
50+ static_site_generator : next
51+
4352 # 4. Restore Cache
4453 - name : Restore Cache
4554 uses : actions/cache@v4
6776 - name : Upload Build Artifact
6877 uses : actions/upload-pages-artifact@v3
6978 with :
70- path : ./docs # Ensure this matches your build output directory
79+ path : ./docs
7180
7281 deploy :
7382 environment :
You can’t perform that action at this time.
0 commit comments