publish-jazzy-docs icon indicating copy to clipboard operation
publish-jazzy-docs copied to clipboard

Publish your Jazzy docs to GitHub Pages

Results 4 publish-jazzy-docs issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.0 to 1.2.6. Changelog Sourced from @actions/core's changelog. 1.2.6 Update exportVariable and addPath to use environment files 1.2.5 Correctly bundle License File with package 1.2.4 Be more...

dependencies

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...

dependencies

I think this action can work without a PAT, just using the GITHUB_TOKEN that's already provisioned when running the workflow. I've configured this action like so: ``` - name: Publish...

question

**Describe the bug** If I run Jazzy locally everything works fine with --xcodebuild-arguments. Example would be `jazzy --clean --min-acl private --xcodebuild-arguments -workspace,myApp.xcworkspace,-scheme,mySchemeName` Running those same exact arguments through this action...

bug