@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- - feature/docs-versioning
env:
# Common versions
GO_VERSION: '1.17'
@@ -54,6 +54,11 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ - name: Update Docs
+ run: make docs.publish DOCS_VERSION=${{ github.event.inputs.version }} DOCS_ALIAS=latest
+ env:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+
promote:
name: Promote Container Image
runs-on: ubuntu-latest