Skip to content

Commit

Permalink
building and deploying docs as part of pod deployment (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
frugoman authored Jun 27, 2022
1 parent ee6d342 commit a663c0c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,10 @@ jobs:
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
LIB_VERSION: ${{ github.event.release.tag_name }}
BuildDocs:
name: Build Docs
needs: [Deploy]
permissions:
statuses: write
pull-requests: write
uses: ./.github/workflows/_build-docs.yml

DeployDocs:
name: Deploy Documentation
runs-on: macos-11
environment: Publishing
needs: [BuildDocs]
steps:

- name: Build Docs
uses: ./.github/workflows/_build-docs.yml

- name: Deploy code documentation
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit a663c0c

Please sign in to comment.