Skip to content

Commit 71376e4

Browse files
authored
master => nightly
1 parent 4eb903e commit 71376e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-docs.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ jobs:
4040
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq && chmod +x yq
4141
QGIS_CURRENT_LTR=$(yq .current_ltr pyqgis_conf.yml)
4242
QGIS_CURRENT_STABLE=$(yq .current_stable pyqgis_conf.yml)
43-
QGIS_VERSION=${{ matrix.qgis_version }}
44-
if [[ "${QGIS_VERSION}" != 'master' ]]; then
45-
QGIS_VERSION=$(yq --exit-status .current_${{ matrix.qgis_version }} pyqgis_conf.yml)
46-
fi
43+
QGIS_VERSION=$(yq --exit-status .current_${{ matrix.qgis_version }} pyqgis_conf.yml)
4744
4845
vars=("QGIS_VERSION" "QGIS_CURRENT_STABLE" "QGIS_CURRENT_LTR")
4946
for var in "${vars[@]}"; do

0 commit comments

Comments
 (0)