diff --git a/.github/workflows/push-stable.yml b/.github/workflows/push-stable.yml index 50708f6..a355397 100644 --- a/.github/workflows/push-stable.yml +++ b/.github/workflows/push-stable.yml @@ -6,6 +6,7 @@ on: - v1.3.* - v1.4.* - v1.5.* + - v1.6.* workflow_dispatch: jobs: diff --git a/.github/workflows/trieve.yml b/.github/workflows/trieve.yml index c9cff32..aaed464 100644 --- a/.github/workflows/trieve.yml +++ b/.github/workflows/trieve.yml @@ -6,6 +6,7 @@ on: - v1.3.* - v1.4.* - v1.5.* + - v1.6.* branches: - master workflow_dispatch: diff --git a/docs/index.html b/docs/index.html index c814fb0..9264ce6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,10 +66,11 @@ '/v1-3/.*_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-3-stable/docs/_sidebar.md', '/v1-4/.*_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-4-stable/docs/_sidebar.md', '/v1-5/.*_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-5-stable/docs/_sidebar.md', + '/v1-6/.*_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-6-stable/docs/_sidebar.md', '/edge/.*_sidebar.md': '_sidebar.md', '/.*/_sidebar.md': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-5-stable/docs/_sidebar.md', - '/edge/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-go/master/docs/$1', - '/edge/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/master/docs/$1', + '/edge/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/master/docs/$1', + '/edge/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rb/master/docs/$1', '/edge/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/master/docs/$1', '/v1-3/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-go/1-3-stable/docs/$1', '/v1-3/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/1-3-stable/docs/$1', @@ -80,6 +81,9 @@ '/v1-5/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-go/1-5-stable/docs/$1', '/v1-5/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/1-5-stable/docs/$1', '/v1-5/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/1-5-stable/docs/$1', + '/v1-6/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/1-6-stable/docs/$1', + '/v1-6/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rb/1-6-stable/docs/$1', + '/v1-6/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/1-6-stable/docs/$1', '/anycable-go/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-go/1-5-stable/docs/$1', '/ruby/(.*)': 'https://raw.githubusercontent.com/anycable/anycable/1-5-stable/docs/$1', '/rails/(.*)': 'https://raw.githubusercontent.com/anycable/anycable-rails/1-5-stable/docs/$1', @@ -89,6 +93,8 @@ '/v1-4/(.*)': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-4-stable/docs/$1', '/v1-5/': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-5-stable/docs/README.md', '/v1-5/(.*)': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-5-stable/docs/$1', + '/v1-6/': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-6-stable/docs/README.md', + '/v1-6/(.*)': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-6-stable/docs/$1', '/edge/': 'README.md', '/edge/(.*)': '$1', '/': 'https://raw.githubusercontent.com/anycable/docs.anycable.io/1-5-stable/docs/README.md',