File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ jobs:
120120 DIGEST : ${{ steps.inspect-manifest.outputs.digest }}
121121 GH_REPO : ${{ github.repository }}
122122 GH_TOKEN : ${{ github.token }}
123+ generate-documents :
124+ name : 📄 Documentation
125+ uses : ./.github/workflows/wc-document-generation.yml
126+ permissions :
127+ contents : read
123128 upload-documents :
124129 name : 📄 Upload Documents
125130 runs-on : ubuntu-latest
@@ -128,7 +133,7 @@ jobs:
128133 # Please note that this is an overly broad scope, but GitHub does not
129134 # currently provide a more fine-grained permission for release modification.
130135 contents : write
131- needs : [build-push-test ]
136+ needs : [generate-documents ]
132137 steps :
133138 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
134139 with :
You can’t perform that action at this time.
0 commit comments