Skip to content

Commit

Permalink
Install git with apt-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Sep 1, 2023
1 parent bae821d commit 97af32f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/NISTtheDocs2Death.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,8 @@ jobs:
- uses: usnistgov/NISTtheDocs2Death@0.4
with:
docs-folder: docs
apt-packages: git
pip-requirements: docs/requirements.txt
pre-build-command: >
which git
|| (
(
apt-get -yq update
&& apt-get -yq install git
&& rm -rf /var/lib/apt/lists/*
)
|| (
apk update --no-cache
&& apk add --no-cache git
)
)
&& git config --global --add safe.directory /github/workspace
formats: |-
epub
pdf

0 comments on commit 97af32f

Please sign in to comment.