mirror of
https://github.com/PCSX2/pcsx2-net-www.git
synced 2024-11-30 04:10:38 +00:00
flathub: add verifying token to static path (#236)
This commit is contained in:
parent
ad9bb4d025
commit
3504e7797d
1
.github/scripts/check-for-pngs.py
vendored
1
.github/scripts/check-for-pngs.py
vendored
@ -2,7 +2,6 @@ import glob
|
||||
|
||||
invalid_images = glob.glob('blog/**/*.png', recursive=True)
|
||||
invalid_images += glob.glob('docs/**/*.png', recursive=True)
|
||||
invalid_images += glob.glob('static/**/*.png', recursive=True)
|
||||
|
||||
if len(invalid_images) != 0:
|
||||
print("Found PNG files, please convert these to .webp:")
|
||||
|
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -3,7 +3,7 @@ name: Build Website
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
- "main"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -3,7 +3,7 @@ name: Cypress Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
- "main"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
1
static/.well-known/org.flathub.VerifiedApps.txt
Normal file
1
static/.well-known/org.flathub.VerifiedApps.txt
Normal file
@ -0,0 +1 @@
|
||||
a629eb1a-caff-4dd8-b2f0-fe22c9560e28
|
BIN
static/img/test-cf-polish.png
Normal file
BIN
static/img/test-cf-polish.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 B |
Loading…
Reference in New Issue
Block a user