diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 203993b..a8d2af3 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -3,8 +3,14 @@ on: push: branches: - mkdocs + workflow_run: + workflows: ["Update devices in wiki"] + types: + - completed + permissions: contents: write + jobs: deploy: runs-on: ubuntu-latest @@ -26,4 +32,4 @@ jobs: mkdocs-material- - run: pip install mkdocs-material - run: pip install -r requirements.txt - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy --force