We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we have to run the following command locally and commit the generated docs directory under gh-pages branch:
docs
gh-pages
swift package --allow-writing-to-directory docs \ generate-documentation \ --target CutwormBDD \ --disable-indexing \ --transform-for-static-hosting \ --output-path docs
P.S. For this to work, https://github.com/apple/swift-docc-plugin needs to be in package dependencies.
We can automate this step as described here: https://danielsaidi.com/blog/2024/03/10/automating-docc-for-a-swift-package-with-github-actions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we have to run the following command locally and commit the generated
docs
directory undergh-pages
branch:We can automate this step as described here: https://danielsaidi.com/blog/2024/03/10/automating-docc-for-a-swift-package-with-github-actions
The text was updated successfully, but these errors were encountered: