getgauge/docs.gauge.org

Windows Installer links go to 1.4.3 version instead of the latest

Closed this issue · 6 comments

The Windows Installer for Gauge is not on the current version and the CLI informs the user to go to the page to download the latest.

This attempts to install 1.4.3
image

Thx for raising. Hmm, yes, the website seems to be outdated somehow. As a workaround in the meantime, if you install via Chocolatey or use the "zip install" with one of the packages from https://github.com/getgauge/gauge/releases/tag/v1.5.6 you should be able to get the latest version installed on Windows.

Hi @haroon-sheikh - do you know how to re-trigger the website build such that the latest version is re-calculated and rebuilt?

docs.gauge.org/Makefile

Lines 20 to 22 in 4c548ac

prod-build:
rm -rf $(BUILDDIR)
GAUGE_LATEST_VERSION=$(shell ./data/gauge_version.py) \

Speaking naively, is there something on the Netlify side to ensure is triggered or fixed?

sriv commented

this is indeed a problem with changes not getting through at netlify. the reason was this build was configured to run on an image and python version that is deprecated and the builds have been failing for a while! Thanks @cemerick1 for bringing this to our attention.

I have raised #340 to fix the python version and have updated the netlify config to use focal instead of xenial

sriv commented

The site build deps have been updated and the latest build is deployed. it should have the right link for windows installer. Please check.

Looks good, thanks @sriv !

Looks like it updated! Thanks @sriv @chadlwilson !