Skip to content

Commit

Permalink
add version to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahboobeh-binary authored Jun 12, 2020
1 parent b2a21f6 commit fc120e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit fc120e3

Please sign in to comment.