Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Oct 8, 2025

Fix #708

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

Preview URL: https://kou.github.io/arrow-site

If the preview URL doesn't work, you may forget to configure your fork repository for preview.
See https://github.com/apache/arrow-site/blob/main/README.md#forks how to configure.

Comment on lines 21 to 31
@@ -28,7 +34,6 @@
jobs:
devdocs:
name: Fetch and upload dev docs
if: github.repository == 'apache/arrow-site'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for testing on PR and fork.

Comment on lines -60 to +75
echo "::set-output name=LATEST::$(archery crossbow latest-prefix --no-fetch nightly-tests)"
id: build
echo "LATEST=$(archery crossbow latest-prefix --no-fetch nightly-tests)" >> "${GITHUB_ENV}"
- name: Download the crossbow docs artifact
run: |
archery crossbow --queue-path ./crossbow download-artifacts --no-fetch --task-filter "*docs" --target-dir downloads ${{ steps.build.outputs.LATEST }}
archery crossbow \
--queue-path ./crossbow \
download-artifacts \
--no-fetch \
--task-filter "*docs" \
--target-dir downloads \
${LATEST}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a needed change. This just stop using deprecate ::set-output.

Comment on lines +95 to +101
if: >-
github.repository == 'apache/arrow-site' &&
(github.event_name == 'workflow_dispatch' ||
github.event_name == 'schedule')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upload docs only on apache/arrow-site.

@kou kou merged commit a1a22e9 into apache:main Oct 9, 2025
4 checks passed
@kou kou deleted the nightly-docs branch October 9, 2025 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nightly docs update job is failing

2 participants