Skip to content

Commit 93619a7

Browse files
committed
Update circleci config to install git-core package
1 parent 6c8276c commit 93619a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ jobs:
77
parallelism: 1
88
steps:
99
- checkout
10+
- run: sudo apt-get update && sudo apt-get install -y git-core
1011
# Remove .gitconfig added by Circle CI as cargo doesn't support ssh authorization
1112
- run: rm -f ~/.gitconfig
1213
- run: mdbook build
1314
- run: mdbook test
1415
- store_artifacts:
15-
path: book
16+
path: docs
1617
- deploy:
1718
name: If master branch, publish to GitHub Page
1819
command: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy