Skip to content

Generates DocC documentation from Swift Bitcoin's repo and deploy to /docs path of the organization's website

License

Notifications You must be signed in to change notification settings

swift-bitcoin/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift Bitcoin Docs

Generates DocC documentation from Swift Bitcoin's repo and deploy to /docs path of the organization's website.

Why separate repo?

Because it's simple enough to checkout Repo B (e.g. swift-bitcoin repo) from a GitHub Action running on Repo A (e.g. this repo) and deploy the generated docs to Repo A's GitHub Pages URL while it is not at all possible to run an Action directly on Repo B and have it deploy the docs artifacts to a different repo's Pages URL (or to the organization's Pages URL).

Having a standalone docs repo with Pages on will also create the subfolder needed (in this case docs) to host the documentation pages generated independently from the main site and blog.

About

Generates DocC documentation from Swift Bitcoin's repo and deploy to /docs path of the organization's website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published