Skip to content
Snippets Groups Projects
Unverified Commit 2034c49c authored by Neil Lindquist's avatar Neil Lindquist
Browse files

Figure out how I originally scripted the documentation generation

parent 1eb7c870
No related branches found
No related tags found
No related merge requests found
Pipeline #561896876 passed
......@@ -37,10 +37,12 @@ jobs:
- name: Build Docs
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
run: |
# copy prewritten files
cp -r docs docs-bin
# Copy website template and prewritten files in docs
ros install neil-lindquist/doc-site-generator
copy-site-base docs docs-bin
# Build index page
echo 'The documentation page for the CI-Utils Common Lisp library.' | make-gh-page README.md docs-bin/index.md
echo '---' > docs-bin/index.md
echo 'layout: page' >> docs-bin/index.md
echo 'meta-description:The documentation page for the CI-Utils Common Lisp library.' >> docs-bin/index.md
......@@ -48,7 +50,6 @@ jobs:
cat README.md >> docs-bin/index.md
# Generate API page
ros install neil-lindquist/doc-site-generator
./generate-API-docs.ros
- name: Deploy Docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment