We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Useful for the theme to be able to know which versions can be switched between.
Could maybe add to standard deployment pipeline, just run every time a new change is merged (a bit excessive, but not that wasteful).
e.g.
steps: - uses: octokit/[email protected] id: list_branches with: route: GET /repos/{owner}/{repo}/branches owner: bluerobotics repo: BlueOS-docs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: echo "${{ steps.get_latest_release.outputs.data }}" > branches.json - run: aws s3 cp branches.json s3://br-www-docs/docs/available-versions.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Useful for the theme to be able to know which versions can be switched between.
Could maybe add to standard deployment pipeline, just run every time a new change is merged (a bit excessive, but not that wasteful).
e.g.
The text was updated successfully, but these errors were encountered: