Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
C
CI-Utils
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Neil Lindquist
CI-Utils
Commits
2034c49c
Unverified
Commit
2034c49c
authored
2 years ago
by
Neil Lindquist
Browse files
Options
Downloads
Patches
Plain Diff
Figure out how I originally scripted the documentation generation
parent
1eb7c870
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#561896876
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+4
-3
4 additions, 3 deletions
.github/workflows/ci.yml
with
4 additions
and
3 deletions
.github/workflows/ci.yml
+
4
−
3
View file @
2034c49c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment