Skip to content

Commit

Permalink
Remove git installation
Browse files Browse the repository at this point in the history
since the checkout action already install it.
  • Loading branch information
manoelcampos committed Jun 2, 2022
1 parent f54f024 commit 6229921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asciidoctor-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Includes the AsciiDoctor GitHub Pages Action to convert adoc files to html and publish to gh-pages branch
- name: asciidoctor-ghpages
uses: manoelcampos/[email protected].2
uses: manoelcampos/[email protected].3
with:
pdf_build: true
# asciidoctor_params: --attribute=nofooter
Expand Down
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [[ "$INPUT_ADOC_FILE_EXT" != .* ]]; then
fi

echo "Configure git"
apk add git -q > /dev/null
apk add openssh-client -q > /dev/null

git config --global --add safe.directory /github/workspace
Expand Down

0 comments on commit 6229921

Please sign in to comment.