We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add630e commit cd0432fCopy full SHA for cd0432f
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Deploy
29
runs-on: ubuntu-latest
30
env:
31
- BRANCHES: "dev 3.1 3.0 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.9 1.8 1.7 1.6"
+ BRANCHES: "dev 3.2 3.1 3.0 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.9 1.8 1.7 1.6"
32
steps:
33
- name: Clone the docs.
34
uses: actions/checkout@v4
0 commit comments