alamb commented on PR #711: URL: https://github.com/apache/arrow-site/pull/711#issuecomment-3392157474
> > I'm unable to access the "preview" link; the bot comment suggests that @alamb needs to enable some setting on his fork? > > I tried to follow the directions, but it did not seem to work. I'll double check For some reason the publish to fork workflow was skipped: https://github.com/apache/arrow-site/actions/runs/18410526447/job/52461618507?pr=711 The workflow file that github reports https://github.com/apache/arrow-site/actions/runs/18410526447/workflow?pr=711 seems to be ok, but I am not a github actions expert ```yaml name: Deploy on fork if: >- github.event_name == 'push' && github.repository != 'apache/arrow-site' needs: build ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
