Skip to content

chore(master): release 1.2.0 #8

chore(master): release 1.2.0

chore(master): release 1.2.0 #8

Workflow file for this run

name: Update docs
on:
push:
branches:
- master
jobs:
create-files:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/update-doc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-doc.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Create md files
run: sphinx-build -M markdown ./docs_source ./docs
update-docs:
runs-on: ubuntu-latest
needs: create-files
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update docs website
uses: car-on-sale/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.WEBSITE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.WEBSITE_GITHUB_TOKEN }}
with:
source_folder: 'docs/markdown'
destination_repo: 'ScribeLabsAI/documentation'
destination_folder: 'docs/SDK/auth-python'
destination_base_branch: 'master'
destination_head_branch: 'auth-python-update'
commit_msg: 'docs(authPython): Update Auth Python doc'
pr_title: 'Update Auth Python doc'
pull_request_reviewers: 'EHadoux'
user_email: '[email protected]'
user_name: 'ailinvenerus'