We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694eff1 commit bd2d7b9Copy full SHA for bd2d7b9
1 file changed
.github/workflows/deploy-docs.yml
@@ -1,7 +1,8 @@
1
name: Build and publish docs
2
on:
3
push:
4
- branches: [main]
+ # **HACK**
5
+ branches: [main, versioned-docs]
6
workflow_dispatch:
7
8
permissions:
0 commit comments