Skip to content

Commit

Permalink
TMP: force docs building for tag 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlooss1 committed Mar 27, 2024
1 parent 7d35f0f commit b23b566
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,7 @@ jobs:
name: Generate docs
command: |
set -x
if [ -n "$CIRCLE_TAG" ]; then
mix gh_pages_docs $CIRCLE_TAG
elif [ "$CIRCLE_BRANCH" == "master" ]; then
mix gh_pages_docs latest
fi
mix gh_pages_docs 2.1.1
workflows:
Expand Down Expand Up @@ -376,8 +372,4 @@ workflows:
- gh-pages-deploy:
requires:
- pre-build
filters:
tags:
only: /^\d+\.\d+\.\d+([a-z0-9\-\+\.])*/
branches:
only: master
filters: *all_tags

0 comments on commit b23b566

Please sign in to comment.