Skip to content

Commit 1f426a3

Browse files
authored
add documentation for --message, --if-stale, --if-missing (#1108)
* add documentation for --message, --if-stale, --if-missing closes #1105 * who you gonna call?
1 parent 03e20b3 commit 1f426a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/deploying.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ When the deploy command finishes, it prints a link to observablehq.cloud where y
2828

2929
<div class="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>
3030

31+
<div class="tip">To see more available options when deploying:<pre><code class="language-sh">npm run deploy -- --help</code></pre></div>
32+
3133
## Automated deploys
3234

3335
To set up automatic deploys (also known as *continuous deployment* or *CD*), we recommend [GitHub Actions](https://github.com/features/actions). In your git repository, create and commit a file at `.github/workflows/deploy.yml`. Here is a starting example:

0 commit comments

Comments
 (0)