-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
… into production
- Loading branch information
Showing
15 changed files
with
93 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,11 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.12 | ||
if: ${{ matrix.language == 'python' }} | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.12' | ||
- name: Install dependencies | ||
if: ${{ matrix.language == 'python' }} | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ jobs: | |
with: | ||
# Full git history is needed to get a proper list of changed files within `super-linter` | ||
fetch-depth: 0 | ||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.12 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.12' | ||
- name: Lint SQL code | ||
if: | | ||
github.event_name == 'workflow_dispatch' || | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,10 @@ jobs: | |
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20' | ||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.12 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.12' | ||
- name: Install Asian Fonts | ||
if: ${{ github.event.inputs.ebooks == 'true' }} | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,10 @@ jobs: | |
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20' | ||
- name: Set up Python 3.8 | ||
- name: Set up Python 3.12 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.12' | ||
- name: Run the website | ||
run: ./src/tools/scripts/run_and_test_website.sh | ||
- name: Remove node modules to avoid linting errors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
runtime: python38 | ||
runtime: python312 | ||
entrypoint: gunicorn -b :$PORT main:app | ||
default_expiration: 3h | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.