flathub: add verifying token to static path (#236)

This commit is contained in:
Tyler Wilding 2023-06-21 19:29:30 -05:00 committed by GitHub
parent ad9bb4d025
commit 3504e7797d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

View File

@ -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:")

View File

@ -3,7 +3,7 @@ name: Build Website
on:
push:
branches:
- "*"
- "main"
pull_request:
branches:
- main

View File

@ -3,7 +3,7 @@ name: Cypress Tests
on:
push:
branches:
- "*"
- "main"
pull_request:
branches:
- main

View File

@ -0,0 +1 @@
a629eb1a-caff-4dd8-b2f0-fe22c9560e28

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B