Skip to content

Commit

Permalink
Restore ref and swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonkin-Gallagher committed Dec 4, 2023
1 parent 9ef415a commit e986e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github_action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ asciidoctor-pdf -r asciidoctor-diagram -o $D/training/rest_training.pdf --verbos
echo Building multi-page HTML from AsciiDoc
asciidoctor-multipage -r asciidoctor-diagram -D $D/training -o $D/training/paged.html --verbose training/rest_training.adoc || true

cp -r ref swagger $D

echo Putting output into $INPUT_OUTPUT
ls -alR $D
tar --dereference -C $D -cvf $INPUT_OUTPUT --exclude .asciidoctor .
Expand Down

0 comments on commit e986e1b

Please sign in to comment.