Skip to content

Commit 7cb31aa

Browse files
authored
Merge pull request #456 from jakob-fritz/fix_ci_publishing
Move not all but only the latest few entries to be published
2 parents 553265b + cfe2ad7 commit 7cb31aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/deploy/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ pages:
1515
- git worktree prune
1616
- git worktree add pages-branch origin/gitlab-pages
1717
- mkdir -p public
18-
- mv pages-branch/public ./
18+
- cd pages-branch/public
19+
- mv $(ls -1 | tail -n 15) ../../public
20+
- cd ../..
21+
- python3 pages-branch/generate_report.py
1922

2023

2124
artifacts:

0 commit comments

Comments
 (0)