Summary of Changes

Files Modified

  1. content/handbook/customer-success/governance-question-bank.md

    • Line 36: Updated the broken PDF link from ./assets/ai-governance-question-bank.pdf (wrong directory, wrong filename) to /pdfs/customer-success/industry-ai-governance-question-bank.pdf (correct absolute path matching the Hugo static asset serving convention)

Files Moved

  1. content/handbook/customer-success/assets/industry-ai-governance-question-bank.pdfstatic/pdfs/customer-success/industry-ai-governance-question-bank.pdf

    • The PDF was in the wrong directory (content/handbook/customer-success/assets/) which violated the handbook lint policy requiring all PDFs to reside under static/pdfs/
    • Moved to static/pdfs/customer-success/ so it is served correctly by Hugo and passes the handbooklint check

These two changes fix both failing jobs:

  • handbooklint: PDF is now in static/pdfs/
  • hugolint: The markdown link now correctly points to /pdfs/customer-success/industry-ai-governance-question-bank.pdf which resolves to the actual file at static/pdfs/customer-success/industry-ai-governance-question-bank.pdf

Fixes failing pipeline

Session 3704139

Edited by Duo Fix CI/CD Pipeline

Merge request reports

Loading