diff --git a/.circleci/config.yml b/.circleci/config.yml index 99aa06945f..3a833c4625 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ commands: at: dist - run: name: Tag build - command: echo "<< parameters.target_branch >> $(date)" > dist/version + command: echo "<< parameters.target_branch >> $(date)" > version - run: name: Install and configure dependencies command: | @@ -81,7 +81,7 @@ commands: - "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83" - run: name: Deploy docs to gh-pages branch - command: node ./node_modules/gh-pages/bin/gh-pages --dist '.' --src '{index.html,manifest.json,sw.js,dist/**}' --branch << parameters.target_branch >> --message '[skip ci]' + command: node ./node_modules/gh-pages/bin/gh-pages --dist '.' --src '{index.html,manifest.json,sw.js,version,dist/**}' --branch << parameters.target_branch >> --message '[skip ci]' docker_build_push: description: "Build Docker image" parameters: