Skip to content

Commit

Permalink
Merge pull request #4 from Mahboobeh-binary/add-deploy-command-to-ci
Browse files Browse the repository at this point in the history
use test ci key
  • Loading branch information
Mahboobeh-binary authored Jun 4, 2020
2 parents 6c0ff96 + 14aeab6 commit 02a821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ commands:
git config user.name "ci-build"
- add_ssh_keys:
fingerprints:
- "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83"
- "c5:a7:d0:64:8d:7c:44:f7:6c:84:a9:b2:67:3e:9d:00"
- run:
name: Deploy docs to gh-pages branch
command: gh-pages -d www --branch << parameters.target_branch >> --message '[skip ci]'
Expand Down

0 comments on commit 02a821a

Please sign in to comment.