Skip to content
  1. May 15, 2024
  2. May 03, 2024
  3. Apr 26, 2024
  4. Apr 25, 2024
  5. Apr 24, 2024
  6. Apr 22, 2024
  7. Apr 17, 2024
    • Thomas Bouffard's avatar
      ci: better support PR from fork for preview build and ref validation (#698) · ad588f0d
      Thomas Bouffard authored
      Let pass the git repo url to the preview script:
        - Only valid for a branch preview for a component.
      - This allows you to use an alternative URL to the one configured for
      the component, in particular to use a fork.
      
      The "build-and-publish-pr-preview" and the "build-pr-site" (used for
      references validation) actions set this new argument to use the git URL
      of the branch of the PR
      This ensures that the git URL of the repository whose the PR is
      originated from is used (fork or upstream repository).
      
      Covers #402
      ad588f0d
  8. Apr 16, 2024
  9. Apr 15, 2024
  10. Apr 12, 2024
  11. Apr 11, 2024
  12. Apr 09, 2024
  13. Apr 04, 2024
  14. Apr 03, 2024
  15. Mar 22, 2024
  16. Mar 15, 2024
  17. Mar 08, 2024
  18. Mar 01, 2024
  19. Feb 26, 2024
  20. Feb 23, 2024
  21. Feb 16, 2024
  22. Feb 13, 2024
  23. Feb 09, 2024
  24. Jan 31, 2024
    • Thomas Bouffard's avatar
      ci: update the secrets used in workflows (#662) · eda2b4b8
      Thomas Bouffard authored
      Use a token that has "workflow" permission when propagating
      documentation content.
      This is required when updating the content of a workflow, otherwise an
      error occurs: `refusing to allow a Personal Access Token to create or
      update workflow '.github/workflows/push-content.yml' without 'workflow'
      scope`.
      Use this token also in the "Generate static version" workflow to
      simplify maintenance (the token used here needs the same permissions).
      eda2b4b8
  25. Jan 26, 2024
  26. Jan 19, 2024