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 Sep 28, 2023
2 parents 2ebd03b + f4b2cb8 commit 5b51d37
Show file tree
Hide file tree
Showing 16 changed files with 1,012 additions and 230 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-translations-lengths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: this_run
# Full git history is needed to get a proper list of changed files
fetch-depth: 0
- name: Checkout Code
if: github.event_name == 'pull_request'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: original
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
language: ['javascript', 'python']
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.8
if: ${{ matrix.language == 'python' }}
uses: actions/setup-python@v4.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository)
steps:
- name: Checkout Branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Image Compression
id: calibre
uses: calibreapp/image-actions@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lintsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js for use with actions
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set the list of URLs for Lighthouse to check
run: ./src/tools/scripts/set_lighthouse_urls.sh -p
- name: Audit URLs using Lighthouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js for use with actions
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 @@ -21,7 +21,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
14 changes: 12 additions & 2 deletions src/config/last_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"/static/js/web-vitals.js": {
"date_published": "2020-11-13T00:00:00.000Z",
"date_modified": "2023-07-13T00:00:00.000Z",
"hash": "8161ec2a155e58c88dc8ea49c6024974"
"date_modified": "2023-09-28T00:00:00.000Z",
"hash": "0fa371ef0624041ff02cf6458e74441a"
},
"/static/js/webmentions.js": {
"date_published": "2021-12-01T00:00:00.000Z",
Expand Down Expand Up @@ -1948,6 +1948,16 @@
"date_modified": "2021-11-17T00:00:00.000Z",
"hash": "1c7d30bbfe654efcc5e872e5b35b63b3"
},
"pt/2022/chapters/http.html": {
"date_published": "2023-09-28T00:00:00.000Z",
"date_modified": "2023-09-28T00:00:00.000Z",
"hash": "d971bf6d571194ae0ae971782f558c7d"
},
"pt/2022/chapters/interoperability.html": {
"date_published": "2023-09-28T00:00:00.000Z",
"date_modified": "2023-09-28T00:00:00.000Z",
"hash": "6c74bd044240c7b79a1ac1ded2546081"
},
"pt/2022/chapters/webassembly.html": {
"date_published": "2023-07-31T00:00:00.000Z",
"date_modified": "2023-07-31T00:00:00.000Z",
Expand Down
255 changes: 255 additions & 0 deletions src/content/pt/2022/http.md

Large diffs are not rendered by default.

395 changes: 395 additions & 0 deletions src/content/pt/2022/interoperability.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5b51d37

Please sign in to comment.