Skip to content

Commit

Permalink
Fix update of dev docs (test-ubuntu-*-docs -> test-debian-*-docs buil…
Browse files Browse the repository at this point in the history
…d change) (#513)

The doc build was changed in apache/arrow#41455,
we need a change here accordingly to ensure to keep updating the dev
docs from that crossbow build.
  • Loading branch information
jorisvandenbossche authored May 14, 2024
1 parent ac3ef73 commit 2169281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
mkdir -p docs/dev
tar -xvzf ../downloads/${{ steps.build.outputs.LATEST }}/test-ubuntu-*-docs/docs.tar.gz -C docs/dev --strip-components=1
tar -xvzf ../downloads/${{ steps.build.outputs.LATEST }}/test-debian-*-docs/docs.tar.gz -C docs/dev --strip-components=1
cp docs/c_glib/index.html docs/dev/c_glib/index.html
if [ "$(git status --porcelain)" != "" ]; then
# There are changes to the dev docs
Expand Down

0 comments on commit 2169281

Please sign in to comment.