Skip to content

Commit 8d6fe22

Browse files
Merge branch 'main' into 10yearevent-blogpost
2 parents 93c1a99 + 1e3b6aa commit 8d6fe22

File tree

102 files changed

+357
-48834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+357
-48834
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1011
permissions:
@@ -14,7 +15,7 @@ permissions:
1415

1516
# Allow only one concurrent deployment
1617
concurrency:
17-
group: 'pages'
18+
group: branch-${{ github.head_ref }}
1819
cancel-in-progress: true
1920

2021
jobs:
@@ -29,7 +30,16 @@ jobs:
2930
with:
3031
node-version: '20'
3132
cache: 'npm'
32-
33+
- name: Restore cache
34+
uses: actions/cache@v4
35+
with:
36+
path: |
37+
.next/cache
38+
# Generate a new cache whenever packages or source files change.
39+
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
40+
# If source files changed but packages didn't, rebuild from a prior cache.
41+
restore-keys: |
42+
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
3343
- name: Install dependencies
3444
run: npm ci
3545

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
LYCHEE_REPORT_FILE: ./lychee/out.md
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Link Checker
2424
id: lychee
@@ -56,7 +56,7 @@ jobs:
5656
update-mode: 'replace'
5757

5858
- name: Upload artifact
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: lychee-report
6262
path: ${{ env.LYCHEE_REPORT_FILE }}
File renamed without changes.

next.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ const nextConfig = {
1818
images: {
1919
domains: ["raw.githubusercontent.com", "numpy.org", "dask.org", "chainer.org"],
2020
},
21-
output: 'export',
22-
basePath: process.env.NODE_ENV === 'production' ? '/oceanparcels_website' : '',
23-
assetPrefix: process.env.NODE_ENV === 'production' ? '/oceanparcels_website/' : '',
21+
output: 'export'
2422
}
2523

2624
export default withMDX(nextConfig)
-4.82 KB
Binary file not shown.
-46.1 KB
Binary file not shown.
-23 KB
Binary file not shown.
-71.1 KB
Binary file not shown.
-11.3 KB
Binary file not shown.

old_website_images/EmmaDaniels.JPG

-181 KB
Binary file not shown.

0 commit comments

Comments
 (0)