File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1515 check-changes :
1616 runs-on : ubuntu-latest
1717 outputs :
18- matrix-include : ${{ steps.generate-matrix-final .outputs.include }}
18+ matrix-include : ${{ github.event_name == 'workflow_dispatch' && steps.generate-matrix-manual.outputs.include || steps.generate-matrix-auto .outputs.include }}
1919 steps :
2020 - name : Checkout code
2121 uses : actions/checkout@v3
@@ -192,16 +192,6 @@ jobs:
192192 echo "include=[]" >> $GITHUB_OUTPUT
193193 fi
194194
195- - name : Set final matrix output
196- id : generate-matrix-final
197- shell : bash
198- run : |
199- if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
200- echo "include=${{ steps.generate-matrix-manual.outputs.include }}" >> $GITHUB_OUTPUT
201- else
202- echo "include=${{ steps.generate-matrix-auto.outputs.include }}" >> $GITHUB_OUTPUT
203- fi
204-
205195 deploy-and-update-index :
206196 needs : check-changes
207197 if : needs.check-changes.outputs.matrix-include != '[]'
Original file line number Diff line number Diff line change 11{
22 "baseOptions" : {
3- "title" : " Next.js" ,
3+ "title" : " Next.js Documentation " ,
44 "doc" : " Documentation" ,
55 "blog" : " Blog" ,
66 "learn" : " Learn"
Original file line number Diff line number Diff line change 11{
22 "baseOptions" : {
3- "title" : " Next.js 简体中文" ,
3+ "title" : " Next.js - 简体中文" ,
44 "doc" : " 文档" ,
55 "blog" : " 博客" ,
66 "learn" : " 学习"
You can’t perform that action at this time.
0 commit comments