We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c3235 commit cce3936Copy full SHA for cce3936
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
./scripts/ci_build_docs.sh
23
24
- name: After success steps
25
- if: ${{ success() && github.event_name == 'push' && github.repository == 'MapServer/MapServer-documentation' && github.ref_name == 'branch-8-4' }}
+ if: ${{ success() && github.event_name == 'push' && github.repository == 'MapServer/MapServer-documentation' && github.ref_name == 'branch-8-6' }}
26
run: |
27
# setup the SSH key
28
mkdir -p ~/.ssh
0 commit comments