From 150d134dd82c96de766205c9a6158c8aa7d81bd7 Mon Sep 17 00:00:00 2001 From: xyzroe Date: Wed, 12 Jun 2024 19:11:51 +0300 Subject: [PATCH] Update wiki.yml --- .github/workflows/wiki.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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