Skip to content

Conversation

anarnold97
Copy link
Collaborator

DONE

  • adding workflow to build docs from AsciiDoc: checkout code, use the asciidoctor-action to build the docs directory, and then write a CNAME file so it’s got a friendly URL

TO DO

  • add a makefile: use a makefile, so we can just use the make command to make our docs.

Signed-off-by: A.Arnold <[email protected]>
…ether they can be built or not"

This reverts commit 2c90f35.
id: adocbuild
uses: tonynv/asciidoctor-action@master
with:
program: "asciidoctor -D docs -a stylesheet=style.css --backend=html5 -o index.html README.adoc && echo 'docs.upsilonproject.io' > docs/CNAME"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
program: "asciidoctor -D docs -a stylesheet=style.css --backend=html5 -o index.html README.adoc && echo 'docs.upsilonproject.io' > docs/CNAME"
program: "asciidoctor -D docs -a stylesheet=style.css --backend=html5 -o index.html README.adoc && echo 'mta-documentation.io' > docs/CNAME"

Signed-off-by: A.Arnold <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant