Fix path to asciidoc generataed index.html to be stored

This commit is contained in:
2025-01-03 16:51:44 -06:00
parent 8d108b671a
commit 5ecae928ac

View File

@ -128,7 +128,7 @@ commands:
cd docs cd docs
asciidoctor -a docinfo=shared index.adoc asciidoctor -a docinfo=shared index.adoc
- store_artifacts: - store_artifacts:
path: index.adoc path: docs/index.html
when: always when: always
jobs: jobs: