Ensure English screenshots are publish on GitHub pages.

This commit is contained in:
Benoit Marty
2024-03-08 11:41:55 +01:00
committed by Benoit Marty
parent aebef7a60d
commit 4c062a6188

View File

@@ -28,6 +28,8 @@ jobs:
- name: Run World screenshots generation script
run: |
./tools/test/generateWorldScreenshots.py
mkdir -p screenshots/en
cp tests/uitests/src/test/snapshots/images/* screenshots/en
- name: Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with: