Skip to content

Commit

Permalink
Update shots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2ipm1nd authored Feb 8, 2025
1 parent e6fa55b commit eb738f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions shots.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- name: Cache Playwright browsers
uses: actions/cache@v2
with:
path: ~/.cache/ms-playwright/
key: ${{ runner.os }}-browsers
- name: Install extra fonts
run: |
sudo apt-get install fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core
- name: Install dependencies
run: |
pip install -r requirements.txt
- url: https://forum.gamer.com.tw/C.php?bsn=60606&snA=4468
output: shot.png
height: 800

0 comments on commit eb738f5

Please sign in to comment.