File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ jobs:
109109 | Dev Portal | 🔄 Building ([Inspect](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})) | --- | --- |
110110 | Unified Docs API | ✅ Ready ([Inspect](${{ steps.unified_docs_inspector_url.outputs.inspector_url }} )) | [Visit Preview](${{ steps.unified_docs_preview_url.outputs.preview_url }}) | ${{ steps.unified_docs_preview_url.outputs.created_utc }} |
111111
112+ - name : Re-load dev portal on changed files
113+ uses : ./.github/actions/re-load-dev-portal
114+ with :
115+ base_sha : ${{ github.event.pull_request.base.sha }}
116+ head_sha : ${{ github.event.pull_request.head.sha }}
117+
112118 deploy-dev-portal-preview :
113119 name : Deploy Dev Portal Preview
114120 if : github.repository == 'hashicorp/web-unified-docs'
@@ -200,9 +206,3 @@ jobs:
200206 | :--- | :--- | :--- | :--- |
201207 | Dev Portal | ✅ Ready ([Inspect](${{ steps.dev_portal_inspector_url.outputs.inspector_url }})) | [Visit Preview](${{ steps.deploy_dev_portal_preview.outputs.preview_url }}) | ${{ steps.deploy_dev_portal_preview.outputs.created_utc }} |
202208 | Unified Docs API | ✅ Ready ([Inspect](${{ needs.deploy-unified-docs-api-preview.outputs.inspector_url }} )) | [Visit Preview](${{ needs.deploy-unified-docs-api-preview.outputs.preview_url }}) | ${{ needs.deploy-unified-docs-api-preview.outputs.created_utc }} |
203-
204- - name : Re-load dev portal on changed files
205- uses : ./.github/actions/re-load-dev-portal
206- with :
207- base_sha : ${{ github.event.pull_request.base.sha }}
208- head_sha : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments