Skip to content

Commit

Permalink
ci: syncronize integration doc updates for each release
Browse files Browse the repository at this point in the history
The new job added to the existing Release workflow was modeled after the one in the `phylum-dev/cli` repo. The organizational secret used for accessing the Readme.com platform was exposed to this repo and is ready for use.

Closes #75
  • Loading branch information
maxrake committed Jul 13, 2022
1 parent 5b988b9 commit b516a6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,16 @@ jobs:
- name: Logout of Docker Hub
if: always()
run: docker logout

docs:
name: Update the readme documentation
needs: release
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3

- name: Update v2-latest using rdme
uses: readmeio/rdme@7.3.0
with:
rdme: docs ./docs --key=${{ secrets.README_API }} --version=2-latest

0 comments on commit b516a6e

Please sign in to comment.