Skip to content

Commit 9524a48

Browse files
committed
chore: update docs to point to npm-hosted package
1 parent 0401af7 commit 9524a48

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/pages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ permissions:
99
contents: read
1010
pages: write
1111
id-token: write
12-
packages: read
1312

1413
concurrency:
1514
group: "pages"
@@ -27,11 +26,6 @@ jobs:
2726
with:
2827
node-version: 22
2928

30-
- name: Configure npm for GitHub Packages
31-
run: |
32-
echo "@raspberrypifoundation:registry=https://npm.pkg.github.com" >> ~/.npmrc
33-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
34-
3529
- name: Install dependencies
3630
working-directory: docs
3731
run: npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Output files will be in `dist/`.
7777

7878
You can now import, and use it, elsewhere (see Usage notes).
7979

80-
The package is published to: https://github.com/RaspberryPiFoundation/python-friendly-error-messages/pkgs/npm/python-friendly-error-messages
80+
The package is published to: https://www.npmjs.com/package/@raspberrypifoundation/python-friendly-error-messages
8181

8282
## Publishing
8383

docs/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)