Skip to content

Commit 166e6c0

Browse files
authored
Update docs.yml
1 parent f521cb5 commit 166e6c0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name: create widoco documentation
33

44
on:
5-
# Runs on pushes targeting the default branch
6-
push:
5+
workflow_run:
6+
workflows: ["build"]
7+
types:
8+
- completed
79
branches: ["main"]
810

911
# Allows you to run this workflow manually from the Actions tab
@@ -75,4 +77,4 @@ jobs:
7577
steps:
7678
- name: Deploy to GitHub Pages
7779
id: deployment
78-
uses: actions/deploy-pages@v4
80+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)