There was an error while loading. Please reload this page.
1 parent f521cb5 commit 166e6c0Copy full SHA for 166e6c0
1 file changed
.github/workflows/docs.yml
@@ -2,8 +2,10 @@
2
name: create widoco documentation
3
4
on:
5
- # Runs on pushes targeting the default branch
6
- push:
+ workflow_run:
+ workflows: ["build"]
7
+ types:
8
+ - completed
9
branches: ["main"]
10
11
# Allows you to run this workflow manually from the Actions tab
@@ -75,4 +77,4 @@ jobs:
75
77
steps:
76
78
- name: Deploy to GitHub Pages
79
id: deployment
- uses: actions/deploy-pages@v4
80
+ uses: actions/deploy-pages@v4
0 commit comments