You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploying.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ npm run deploy
24
24
25
25
The first time you deploy a project, you will be prompted to configure the project’s _slug_ (which determines its URL), access level, and other details. If you don’t yet have an Observable account or aren’t signed-in, you will also be prompted to sign-up or sign-in.
26
26
27
-
When the deploy command finishes, it prints a link to observablehq.cloud where you can view your deployed project. If you choose *private* as the access level, that link will only be accessible to members of your Observable workspace. (You can invite people to your workspace by going to observablehq.com.) If you chose *public*, you can share your project link with anyone.
27
+
When the deploy command finishes, it prints a link to observablehq.cloud where you can view your deployed project. If you choose *private* as the access level, that link will only be accessible to members of your Observable workspace. (You can invite people to your workspace by going to observablehq.com.) If you chose *public*, you can share your project link with anyone. You can change the access level of a project later [from your workspace projects page](https://observablehq.com/select-workspace?next=projects).
28
28
29
29
<divclass="note">The deploy command creates a file at <code>docs/.observablehq/deploy.json</code> with information on where to deploy the project. This file is required for automated deploys. You will need to commit this file to git to deploy via GitHub Actions. (If you have configured a source root besides <code>docs</code>, the file will be placed there instead.)</div>
30
30
@@ -68,13 +68,11 @@ When deploying automatically, you can’t sign-in in your browser the way you di
68
68
69
69
To create an API key:
70
70
71
-
1. Go to [observablehq.com](https://observablehq.com).
72
-
2. In the left sidebar, click **Settings**.
73
-
3. In the right sidebar, click **API / Notebook Keys**.
74
-
4. Click **New API Key**.
75
-
5. Check the **Deploy new versions of projects** checkbox.
76
-
6. Give your key a description, such as “Deploy via GitHub Actions”.
77
-
7. Click **Create API Key**.
71
+
1. Open the [API Key settings](https://observablehq.com/select-workspace?next=api-keys-settings) for your Observable workspace.
72
+
2. Click **New API Key**.
73
+
3. Check the **Deploy new versions of projects** checkbox.
74
+
4. Give your key a description, such as “Deploy via GitHub Actions”.
0 commit comments