* updated docs for readme * Update index.md * Update index.md * added header * broken link * sync heading sizes * fix various broken rel links * Update index.md * added webp * Update index.md * strip mkdocs/rtk files * replaced readthedocs references with readme
24 lines
781 B
YAML
24 lines
781 B
YAML
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-12-18T23:15:45.852Z
|
|
# You can view our full documentation here: https://docs.readme.com/docs/rdme
|
|
name: ReadMe GitHub Action 🦉
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
# This workflow will run every time you push code to the following branch: `migrate-docs`
|
|
# 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@v3
|
|
|
|
- name: Run `docs` command 🚀
|
|
uses: readmeio/rdme@v8
|
|
with:
|
|
rdme: docs docs --key=${{ secrets.README_API_KEY }} --version=1.0
|