Skip to content

Commit

Permalink
Update generate-doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz authored Nov 14, 2021
1 parent ad96e17 commit e65f1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
RELEASE_VERSION: ${{steps.vars.outputs.tag}}
run: |
bundle install
bundle exec jazzy --clean --output .build/jazzy --author 'Zed Labs Team' --author_url https://github.com/zed-io/flow-swift --github_url https://github.com/zed-io/flow-swift --github-file-prefix https://github.com/zed-io/flow-swift/tree/${RELEASE_VERSION} --module-version ${RELEASE_VERSION} --exclude 'Sources/Flow/Protobuf/*'
bundle exec jazzy --clean --output .build/jazzy --author 'Outblock Team' --author_url https://github.com/outblock/flow-swift --github_url https://github.com/outblock/flow-swift --github-file-prefix https://github.com/outblock/flow-swift/tree/${RELEASE_VERSION} --module-version ${RELEASE_VERSION} --exclude 'Sources/Flow/Protobuf/*'
working-directory: master

- name: Checkout doc
Expand Down

0 comments on commit e65f1d8

Please sign in to comment.