This commit is contained in:
parent
293bc62673
commit
7ac34257d9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[[Docusaurus]] sites can be deployed to [[Netlify]] from the CI of our [[Forgejo]] instance. It's necessary to set the two variables:
|
||||
* `NETLIFY_AUTH_TOKEN` (secret)
|
||||
* `NETLIFY_SITE_ID` (pretty sure isn't secret)
|
||||
[[Docusaurus]] sites can be deployed to [[Netlify]] from the CI of our [[Forgejo]] instance. It's necessary to set the two variables in the settings for the repository:
|
||||
* `NETLIFY_AUTH_TOKEN` (secret, so goes into **Actions -> Secrets**)
|
||||
* `NETLIFY_SITE_ID` (pretty sure isn't secret, so goes into **Actions->Variables**)
|
||||
|
||||
Running `netlify build` without being logged in seems to generate errors. Rather just use `npm run build` to generate the build in the `build/` directory.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue