TER-388 made changes to get the default input and output values for d… #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can view our full documentation here: https://docs.readme.com/docs/rdme | |
name: ReadMe GitHub Action 🦉 | |
on: | |
push: | |
tags: | |
- 'v0.*' | |
jobs: | |
rdme-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo 📚 | |
uses: actions/checkout@v3 | |
- name: Run `docs` command 🚀 | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: docs ./readme/public_doc --key=${{ secrets.README_API_KEY }} --version=1.0 |