Skip to content

Commit

Permalink
Remove pre-build-command
Browse files Browse the repository at this point in the history
Already part of action container
  • Loading branch information
guyer committed Sep 1, 2023
1 parent baf7adc commit d7cef4f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/NISTtheDocs2Death.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ jobs:
- uses: usnistgov/[email protected]
with:
docs-folder: docs
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 d7cef4f

Please sign in to comment.