common: adding overview images

This commit is contained in:
Sheldan
2024-04-01 13:17:41 +02:00
parent ddc3d4bb11
commit 527b0f1edf
4 changed files with 10 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ jobs:
working-directory: recBubbles
- name: Move index
run: cp index.html dist/
- name: Move overview images
run: mkdir -p dist/img && cp img/* dist/img
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact