diff --git a/.github/workflows/create-documentation-pr.yml b/.github/workflows/create-documentation-pr.yml index 4a103c3..13de7de 100644 --- a/.github/workflows/create-documentation-pr.yml +++ b/.github/workflows/create-documentation-pr.yml @@ -20,8 +20,8 @@ jobs: uses: apivideo/api.video-create-readme-file-pull-request-action@main with: source-file-path: "README.md" - destination-repository: apivideo/api.video-api-client-generator - destination-path: templates/documentation/sdks/vod + destination-repository: apivideo/api.video-documentation + destination-path: sdks/vod destination-filename: apivideo-typescript-media-recorder.md pat: "${{ secrets.PAT }}" \ No newline at end of file diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml deleted file mode 100644 index 9fc0f7d..0000000 --- a/.github/workflows/update-documentation.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Update readme.io documentation -on: - push: - branches: - - main -jobs: - update-documentation: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Update readme.io documentation - uses: apivideo/api.video-readmeio-document-sync-action@1.2 - with: - document-slug: media-recorder - markdown-file-path: README.md - readme-io-api-key: ${{ secrets.README_IO_API_KEY }} - make-relative-links-absolute: true - \ No newline at end of file