Skip to content

Commit

Permalink
ci: don't move built docs to root
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent e38d888 commit 0235263
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@ pages-ci: # Build the documentation for GitLab Pages.
pages-ci: init-ci
@echo "[+] Building all docs"
. .venv/bin/activate && $(MAKE) -C docs all-versions
mv docs/build/public .
mv docs/build/public/main docs/build/public/devel
# mv docs/build/public .
# Move the current docs to devel
mv public/main public/devel
# mv public/main public/devel
# Move latest tag to latest.
# This step might fail if the version is bumped since the CI runs once for the
# commit and once more for the tag, so the latest tag might not be present in
Expand Down

0 comments on commit 0235263

Please sign in to comment.