Skip to content

Commit

Permalink
Just the API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Dec 4, 2023
1 parent 0ebfb3f commit ed0ab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed0ab40

Please sign in to comment.