Skip to content

Commit 8cfbf2d

Browse files
authored
Merge branch 'master' into lenka/whistleblowing-and-referrals
2 parents 8071643 + 97644e1 commit 8cfbf2d

File tree

73 files changed

+32804
-11083
lines changed

Some content is hidden

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

73 files changed

+32804
-11083
lines changed

.eslintrc.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
cache: 'npm'
2626
cache-dependency-path: 'package-lock.json'
2727
always-auth: 'true'
28-
registry-url: 'https://npm.pkg.github.com/'
29-
scope: '@apify-packages'
3028

3129
- name: Enable corepack
3230
run: |

.github/workflows/lychee.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
cache: 'npm'
1919
cache-dependency-path: 'package-lock.json'
2020
always-auth: 'true'
21-
registry-url: 'https://npm.pkg.github.com/'
22-
scope: '@apify-packages'
2321

2422
- name: Enable corepack
2523
run: |
@@ -37,7 +35,7 @@ jobs:
3735

3836
- name: Run Lychee Link Checker
3937
id: lychee
40-
uses: lycheeverse/lychee-action@v2.3.0
38+
uses: lycheeverse/lychee-action@v2.4.0
4139
env:
4240
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4341
with:

.github/workflows/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
node-version: 22
2121
cache: 'npm'
2222
cache-dependency-path: 'package-lock.json'
23-
registry-url: 'https://npm.pkg.github.com/'
24-
scope: '@apify-packages'
2523

2624
- name: Enable corepack
2725
run: |

.github/workflows/publish-theme.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363
git config --global user.email "[email protected]"
6464
6565
echo "access=public" > ~/.npmrc
66-
echo "@apify-packages:registry=https://npm.pkg.github.com/" >> ~/.npmrc
6766
echo "//registry.npmjs.org/:_authToken=${{ secrets.APIFY_SERVICE_ACCOUNT_NPM_TOKEN }}" >> ~/.npmrc
68-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}" >> ~/.npmrc
6967
7068
- name: Bump the theme version
7169
run: |

.github/workflows/test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
cache: 'npm'
2121
cache-dependency-path: 'package-lock.json'
2222
always-auth: 'true'
23-
registry-url: 'https://npm.pkg.github.com/'
24-
scope: '@apify-packages'
2523

2624
- name: Enable corepack
2725
run: |
@@ -58,8 +56,6 @@ jobs:
5856
node-version: 22
5957
cache: 'npm'
6058
cache-dependency-path: 'package-lock.json'
61-
registry-url: 'https://npm.pkg.github.com/'
62-
scope: '@apify-packages'
6359

6460
- name: Enable corepack
6561
run: |
@@ -93,8 +89,6 @@ jobs:
9389
node-version: 22
9490
cache: 'npm'
9591
cache-dependency-path: 'package-lock.json'
96-
registry-url: 'https://npm.pkg.github.com/'
97-
scope: '@apify-packages'
9892

9993
- name: Enable corepack
10094
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tsconfig.tsbuildinfo
2020
.turbo
2121
sources/api/*
2222
!sources/api/sidebars.js
23+
!sources/api/getting-started.mdx
2324
apify-api.yaml
2425
static/api
2526
apify-docs-theme/package-lock.json

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
@apify-packages:registry=https://npm.pkg.github.com
21
legacy-peer-deps=true

CONTRIBUTING.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@
1515
3. GitHub access
1616

1717
### Installation steps
18+
1819
<!-- vale off -->
1920
1. Clone the repository
20-
2. Configure GitHub access:
21-
22-
```bash
23-
npm login --scope@apify-packages -registry=https://npm.pkg.github.com --auth-type=legacy
24-
```
25-
26-
3. Run `npm install`
27-
4. Start development server: `npm start`
21+
2. Run `npm install`
22+
3. Start development server: `npm start`
2823
<!-- vale on -->
29-
This will be enough to work on Platform, Academy and, OpenAPI. If you want to work on entire documentation set you need to join them using nginx.
24+
25+
This will be enough to work on Platform, Academy and OpenAPI. If you want to work on the entire documentation set, you need to join them using nginx.
3026

3127
#### Join all repositories with nginx
3228

apify-api/openapi/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,8 @@ paths:
537537
$ref: 'paths/actor-tasks/actor-tasks@{actorTaskId}@run-sync.yaml'
538538
'/v2/actor-tasks/{actorTaskId}/run-sync-get-dataset-items':
539539
$ref: 'paths/actor-tasks/actor-tasks@{actorTaskId}@run-sync-get-dataset-items.yaml'
540+
'/v2/actor-tasks/{actorTaskId}/runs/last':
541+
$ref: 'paths/actor-tasks/actor-tasks@{actorTaskId}@[email protected]'
540542
/v2/actor-runs:
541543
$ref: paths/actor-runs/actor-runs.yaml
542544
'/v2/actor-runs/{runId}':

0 commit comments

Comments
 (0)