79744548

Date: 2025-08-23 20:31:50
Score: 1
Natty:
Report link

Just added the pre-build-command example given by tarleb and worked! It seems that the newer version of sphinx-action fixed the implementation.

- name: Build HTML  
  uses: ammaraskar/[email protected] #sphinx-action@master  
  # installing pandoc by pre-build-command  
  with:  
    pre-build-command: \>-  
      apt-get update && apt-get install -y pandoc

Thanks a lot!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel Clavijo