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 d1e7bd257b
commit cc87ae380e

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: