Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit eb86d14

Browse files
committed
fix spelling
1 parent bc76616 commit eb86d14

File tree

7 files changed

+14
-42
lines changed

7 files changed

+14
-42
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
NEXT_PUBLIC_VERCEL_URL: nitric.io
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
2020
node-version: 18
21+
- uses: jongwooo/next-cache@v1
2122
- name: Install dependencies
2223
uses: cypress-io/github-action@v5
2324
with:
@@ -31,29 +32,14 @@ jobs:
3132
run: yarn build
3233
env:
3334
NEXT_PUBLIC_GITHUB_BRANCH: ${{ github.head_ref || github.ref_name }}
34-
- name: Cache Build
35-
uses: actions/cache@v2
36-
id: restore-build
37-
with:
38-
path: |
39-
.next
40-
public
41-
key: ci-docs-test-${{ github.sha }}
4235

4336
test-broken-links:
4437
runs-on: ubuntu-latest
4538
needs: [tests]
4639
steps:
4740
- name: Checkout
48-
uses: actions/checkout@v2
49-
- name: Restore Build
50-
uses: actions/cache@v2
51-
id: restore-build
52-
with:
53-
path: |
54-
.next
55-
public
56-
key: ci-docs-test-${{ github.sha }}
41+
uses: actions/checkout@v3
42+
- uses: jongwooo/next-cache@v1
5743
- name: Cypress tests 🧪
5844
uses: cypress-io/github-action@v5
5945
with:
@@ -76,15 +62,8 @@ jobs:
7662
needs: [tests]
7763
steps:
7864
- name: Checkout
79-
uses: actions/checkout@v2
80-
- name: Restore Build
81-
uses: actions/cache@v2
82-
id: restore-build
83-
with:
84-
path: |
85-
.next
86-
public
87-
key: ci-docs-test-${{ github.sha }}
65+
uses: actions/checkout@v3
66+
- uses: jongwooo/next-cache@v1
8867
- name: Cypress tests 🧪
8968
uses: cypress-io/github-action@v5
9069
with:
@@ -107,15 +86,8 @@ jobs:
10786
needs: [tests]
10887
steps:
10988
- name: Checkout
110-
uses: actions/checkout@v2
111-
- name: Restore Build
112-
uses: actions/cache@v2
113-
id: restore-build
114-
with:
115-
path: |
116-
.next
117-
public
118-
key: ci-docs-test-${{ github.sha }}
89+
uses: actions/checkout@v3
90+
- uses: jongwooo/next-cache@v1
11991
- name: Cypress tests 🧪
12092
uses: cypress-io/github-action@v5
12193
with:

docs/guides/dart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'How to work with existing databases'
44

55
# Dart Guides
66

7-
TODO replace with new guides page
7+
replace with new guides page

docs/guides/go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'How to work with existing databases'
44

55
# Go Guides
66

7-
TODO replace with new guides page
7+
replace with new guides page

docs/guides/jvm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'How to work with existing databases'
44

55
# JVM Guides
66

7-
TODO replace with new guides page
7+
replace with new guides page

docs/guides/nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'How to work with existing databases'
44

55
# Node.js Guides
66

7-
TODO replace with new guides page
7+
replace with new guides page

docs/guides/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'How to work with existing databases'
44

55
# Python Guides
66

7-
TODO replace with new guides page
7+
replace with new guides page

docs/guides/terraform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: 'How to work with the Terraform Providers'
44

55
# Terraform Guides
66

7-
TODO replace with new guides page
7+
replace with new guides page

0 commit comments

Comments
 (0)