Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
Browse files Browse the repository at this point in the history
… into production
  • Loading branch information
tunetheweb committed Jul 23, 2023
2 parents 355b9a5 + d3bc10c commit c27cb75
Show file tree
Hide file tree
Showing 9 changed files with 1,010 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python 3.8
if: ${{ matrix.language == 'python' }}
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.8'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# 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
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.8'
- name: Lint SQL code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: '16'
- name: Set up Python 3.8
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.8'
- name: Install Asian Fonts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: '16'
- name: Set up Python 3.8
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3.8'
- name: Run the website
Expand Down
5 changes: 5 additions & 0 deletions src/config/last_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,11 @@
"date_modified": "2023-04-03T00:00:00.000Z",
"hash": "9fe6314b5aa1535f05dabaf0e997f30e"
},
"ja/2022/chapters/interoperability.html": {
"date_published": "2023-07-23T00:00:00.000Z",
"date_modified": "2023-07-23T00:00:00.000Z",
"hash": "c90bcd85a390b170c313e23045b713d5"
},
"ja/2022/chapters/javascript.html": {
"date_published": "2023-01-09T00:00:00.000Z",
"date_modified": "2023-01-09T00:00:00.000Z",
Expand Down
395 changes: 395 additions & 0 deletions src/content/ja/2022/interoperability.md

Large diffs are not rendered by default.

Loading

0 comments on commit c27cb75

Please sign in to comment.