Skip to content

Commit

Permalink
Merge pull request #173 from rticommunity/develop
Browse files Browse the repository at this point in the history
Merge develop into release/connector/1.3.0
  • Loading branch information
ManuelJNunez authored Jan 16, 2024
2 parents c72d110 + 89650c7 commit aa0c865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Connector - Build Doc

on:
push:
# Pattern matched against v<MAJOR>.<MINOR>.<PATCH>
# Pattern matched against v<MAJOR>.<MINOR>.<PATCH>-doc
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-doc'
branches:
- 'master'
- 'release/connector/*'
Expand Down Expand Up @@ -62,6 +62,6 @@ jobs:
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket: ${{ secrets.AWS_BUCKET }}
aws_bucket: ${{ secrets.AWS_DOC_BUCKET }}
source_dir: 'docs/_build/html/'
destination_dir: "documentation/connector/${{ steps.vars.outputs.tag }}/api/javascript/"

0 comments on commit aa0c865

Please sign in to comment.