Skip to content

Commit

Permalink
WIP - trigger docs publish on successful run of SDK publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Aug 10, 2023
1 parent f90505a commit 07137bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Publish SDK Reference Docs

on:
push:
push: # just while WIP
# workflow_run:
# workflows: ["Publish to NPM"]
# types:
# - completed

jobs:
PublishDocs:
name: Publish SDK Reference Docs
runs-on: ubuntu-latest
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
env:
GH_TOKEN: ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 07137bc

Please sign in to comment.