Skip to content

Commit 539364a

Browse files
committed
CI: Add testing repo to doc publish
Allow it to run here, with the s3 push part failed, so we can see if the files are present. Signed-off-by: David Brown <[email protected]>
1 parent 7f970c8 commit 539364a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc-publish-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: |
1818
github.event.workflow_run.event == 'pull_request' &&
1919
github.event.workflow_run.conclusion == 'success' &&
20-
github.repository == 'zephyrproject-rtos/zephyr'
20+
github.repository == 'zephyrproject-rtos/zephyr-testing'
2121
2222
steps:
2323
- name: Download artifacts
@@ -76,6 +76,7 @@ jobs:
7676
env:
7777
HEAD_BRANCH: ${{ github.event.workflow_run.head_branch }}
7878
run: |
79+
exit 0
7980
aws s3 sync --quiet html-output/html \
8081
s3://builds.zephyrproject.org/${{ github.event.repository.name }}/pr/${PR_NUM}/docs \
8182
--delete

0 commit comments

Comments
 (0)