From ed0ab40f5b3a6186a3c7f487699410a5ebcb8228 Mon Sep 17 00:00:00 2001 From: Andrew Donkin Date: Tue, 5 Dec 2023 09:00:40 +1300 Subject: [PATCH] Just the API reference --- github_action/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_action/entrypoint.sh b/github_action/entrypoint.sh index 7fa3029..8cda72b 100755 --- a/github_action/entrypoint.sh +++ b/github_action/entrypoint.sh @@ -25,7 +25,7 @@ echo Building multi-page HTML from AsciiDoc asciidoctor-multipage -r asciidoctor-diagram -o paged.html --verbose training/rest_training.adoc || true echo Putting output into $INPUT_OUTPUT -tar --dereference -cvf $INPUT_OUTPUT --exclude .asciidoctor --exclude .git --exclude .gitignore ref swagger training +tar --dereference -cvf $INPUT_OUTPUT --exclude .asciidoctor --exclude .git --exclude .gitignore ref echo Artifact: $INPUT_OUTPUT ls -l $INPUT_OUTPUT