From 4862c290b23092aa9db63d875d13fa982c1f1729 Mon Sep 17 00:00:00 2001 From: JulioLoayzaM Date: Thu, 30 May 2024 14:28:01 +0200 Subject: [PATCH] ci: don't copy to latest --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e063336..c3cbaaa 100644 --- a/Makefile +++ b/Makefile @@ -157,7 +157,6 @@ pages-ci: init-ci # *are* the stable docs and the CI pipeline for the tag will overwrite these # anyway. # -LATEST_TAG="$(shell git describe --tags --abbrev=0 --exclude='*rc[0-9]')"; cp -R public/$$LATEST_TAG public/latest - cp -R public/main public/latest .PHONY: docs docs: # Build the documentation