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