Skip to content

add 404 base case to apps.grapheneos.org #396

add 404 base case to apps.grapheneos.org

add 404 base case to apps.grapheneos.org #396

Workflow file for this run

name: Process static files
on: [pull_request, push]
jobs:
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
- run: sudo apt-get update
- run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
- name: process static
run: ./process-static