Skip to content

Commit

Permalink
ci: install git for mkdocs gh-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 7, 2023
1 parent bb6829c commit 5f24895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
restore-keys: |
doc-build-
- name: Install Git
run: |
apt-get update
apt-get install -y git --no-install-recommends
- name: Publish
run: |
chmod -R 777 .
Expand Down

0 comments on commit 5f24895

Please sign in to comment.