Skip to content

Commit

Permalink
Update wiki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Jun 12, 2024
1 parent f27e185 commit 150d134
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,4 +32,4 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 150d134

Please sign in to comment.