swift-distributed-actors icon indicating copy to clipboard operation
swift-distributed-actors copied to clipboard

Unable to Generate Docs

Open spprichard opened this issue 1 year ago • 2 comments

After cloning repo, from main branch, following the directions in the readme, running ./scripts/docs/generate_docc.sh results in the follow error

branch 'gh-pages' set up to track 'origin/gh-pages'.
Switched to a new branch 'gh-pages'
./scripts/docs/generate_docc.sh: line 71: ci: command not found

Running on MacOS 14.6.1

spprichard avatar Oct 06 '24 00:10 spprichard

@spprichard guess it should be git add $version; git commit -m "Update documentation: $version" rather than ci in script... @ktoso any reason why ci is used? 🤔

akbashev avatar Oct 22 '24 11:10 akbashev

Sounds like a mistake, ci is just "git commit", wanna send in a fix?

ktoso avatar Oct 22 '24 12:10 ktoso