Skip to content

Commit b642885

Browse files
use makefile
1 parent d19c428 commit b642885

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
paths: deriv_api
5151
docs-deploy:
5252
docker:
53-
- image: circleci/node:14.18.1-bullseye
53+
- image: circleci/python:3.9.6
5454
steps:
5555
- add_ssh_keys:
5656
fingerprints:
@@ -59,15 +59,14 @@ jobs:
5959
- attach_workspace:
6060
at: docs/html
6161
- run:
62-
name: Install and configure dependencies
62+
name: Setup git credentials
6363
command: |
64-
npm install --silent gh-pages@2.0.1
6564
git config --local user.email "sysadmin@binary.com"
6665
git config --local user.name "Automated gh-pages deploy"
6766
- run:
6867
name: Deploy docs to gh-pages branch
6968
command: |
70-
npx gh-pages --message "[skip ci] Updates" --dist docs/html/deriv_api
69+
make gh-pages
7170
7271
workflows:
7372
version: 2

0 commit comments

Comments
 (0)