How can I display images in the action information section?
- I have the actor code in a my private github repo.
- I placed some images in the /docs/assets directory and I'm using them in the README.md like this
![Notification infographic](./docs/assets/notification_infographic.png)
- The repo is synced with Apify
- After building the actor in Apify, image urls in the information tab look like this:
<img src="https://images.apifyusercontent.com/X_zysE0sYWGTNVCvJj_XPILdhnzX0LsR4PRfyx8vUAs/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL21pY2hhZWxoYWFyL3dpbGxoYWJlbi1hdC1yZWFsLWVzdGF0ZS1zZWFyY2gtc2NyYXBlci9tYWluL2RvY3MvYXNzZXRzL2RhdGFfYW5hbHlzaXNfaW5mb2dyYXBoaWMucG5n.png" alt="Data analysis infographic">
- When entering the src in my browser it returns:
Source image is unreachable
- (My Actor isn't published ATM)
- I also checked https://status.apify.com/, which states
All Systems Operational
- The build step status is
succeeded
and the logs don't contain any warnings or errors - I already tried to build again.
Is this the expected behaviour or a bug during copying the images/assets in the build step? 🤔
Temporary workaround:
As a temporary workaround, I moved the images to a different public repository and used them in the README like this:
![Notification infographic](https://raw.githubusercontent.com/michaelhaar/public-images/main/willhaben-real-estate-scraper/notification_infographic.png)