Skip to content

Commit 2611202

Browse files
committed
move action
1 parent 379802d commit 2611202

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dev-portal-preview.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)