Skip to content

Commit 23649b5

Browse files
MaxDatenclaude
andcommitted
ci: Add screenshot generation to pipeline
Generate design preview screenshots as part of CI build. Screenshots are included in the deployed pages artifact. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4b3f92e commit 23649b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- name: Install devenv.sh
1919
run: nix profile add nixpkgs#devenv
2020
- run: devenv shell build
21+
- name: Install Playwright browsers
22+
run: devenv shell -- shot-scraper install
23+
- name: Generate screenshots
24+
run: devenv shell -- just screenshots
2125
- name: Upload pages
2226
uses: actions/upload-artifact@v6.0.0
2327
with:

0 commit comments

Comments
 (0)