Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Split docs workflows and add write permissions for pages deployment #52

Merged
merged 5 commits into from
Jan 20, 2024

Commits on Jan 18, 2024

  1. Add write permissions for pages workflow

    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d5ee932 View commit details
    Browse the repository at this point in the history
  2. Change to two separate workflows

    * Build runs like normal without the deploy
    * Deploy only runs on the ros2 branch
    * Reused workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows
    
    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d7aa3c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    967c31b View commit details
    Browse the repository at this point in the history
  4. Upgrade checkout action to latest

    * And remove tokens since the repo is now public
    
    Signed-off-by: Ryan Friedman <[email protected]>
    Ryanf55 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4823050 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44cccb0 View commit details
    Browse the repository at this point in the history