Skip to content

Commit 6aadeac

Browse files
committed
locale, github action
1 parent 883b5fc commit 6aadeac

2 files changed

Lines changed: 371 additions & 35 deletions

File tree

.github/workflows/trigger-rtd.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Trigger ReadTheDocs Build
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
trigger-rtd:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger ReadTheDocs build
13+
run: |
14+
curl -s -X POST \
15+
-H "Authorization: Token ${{ secrets.READTHEDOCS_TOKEN }}" \
16+
https://readthedocs.org/api/v3/projects/plex-plugin-docs/versions/latest/builds/

0 commit comments

Comments
 (0)