Skip to content

feat/Version 2.6.0

feat/Version 2.6.0 #9

# This GitHub Actions workflow syncs Markdown files to the Bloomreach production documentation site.
name: ReadMe Production GitHub Action 🦉
on:
push:
branches:
# This workflow will run every time you push code to the following branch: `main`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main
jobs:
rdme-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v4
- name: Run `docs` command 🚀
uses: readmeio/rdme@v10
with:
rdme: docs upload ./Documentation --key=${{ secrets.README_PRODUCTION_API_KEY }} --branch=2