Skip to content

Use the latest stable Python3 for Archery - #713

Merged
kou merged 1 commit into
apache:mainfrom
kou:nightly-docs
Oct 9, 2025
Merged

Use the latest stable Python3 for Archery#713
kou merged 1 commit into
apache:mainfrom
kou:nightly-docs

Conversation

@kou

@kou kou commented Oct 8, 2025

Copy link
Copy Markdown
Member

Fix #708

@github-actions

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

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 @@ permissions:
jobs:
devdocs:
name: Fetch and upload dev docs
if: github.repository == 'apache/arrow-site'

Copy link
Copy Markdown
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
Copy Markdown
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 +98
if: >-
github.repository == 'apache/arrow-site' &&
(github.event_name == 'workflow_dispatch' ||
github.event_name == 'schedule')

Copy link
Copy Markdown
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