Skip to content

Commit

Permalink
t5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 13, 2024
1 parent 2124b6d commit 9651500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/drevops-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/1137-publish-docs-gha

jobs:
publish-docs:
drevops-publish-docs:
runs-on: ubuntu-latest
# container: drevops/ci-runner:23.12.0

Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
run: |
cd .drevops/docs
export DOCS_PUBLISH_REMOTE_URL=https://github.com/drevops/drevops_docs.git
export DOCS_PUBLISH_SRC_TAG=${CIRCLE_TAG:-}
export DOCS_PUBLISH_SRC_BRANCH=${CIRCLE_BRANCH:-}
export DOCS_PUBLISH_SRC_TAG=${{ github.ref_type == 'tag' && github.ref_type || '' }}
export DOCS_PUBLISH_SRC_BRANCH=${{ github.ref_type == 'branch' && github.ref_type || '' }}
export DOCS_PUBLISH_SSH_FILE="~/.ssh/id_rsa_docs_publish_ssh_private_key"
export DOCS_PUBLISH_CANARY_BRANCH="develop"
export DOCS_PUBLISH_COMMIT_MESSAGE="Automatically pushed from drevops/drevops"
Expand Down

0 comments on commit 9651500

Please sign in to comment.