We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadb9f9 commit b460f41Copy full SHA for b460f41
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