1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

Create 404 Page (#2031)

This commit is contained in:
2023-02-26 12:28:44 -06:00
parent f6ca66bbb4
commit 052671197b
3 changed files with 37 additions and 2 deletions

View File

@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
env:
PYTHON_VERSION: 3.x
PYTHON_VERSION: 3.8
jobs:
build:
@ -34,7 +34,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8'
- name: Cache files
uses: actions/cache@v3.2.6