diff options
author | 2021-10-10 20:06:19 +0300 | |
---|---|---|
committer | 2021-10-10 20:06:19 +0300 | |
commit | 036f1b6544a3f7bf8fddd3c71d42eebca784ea98 (patch) | |
tree | 5842c9d3d1d366cd14794dba70412ddb5ee497fc /static-builds/README.md | |
parent | Move Static Build Into Separate Variable (diff) |
Uses Nightly To Download Artifacts
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'static-builds/README.md')
-rw-r--r-- | static-builds/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static-builds/README.md b/static-builds/README.md index fe24df07..b5cba896 100644 --- a/static-builds/README.md +++ b/static-builds/README.md @@ -27,6 +27,8 @@ Both output their builds to a `build/` directory. > Warning: If you are modifying the [build script](./netlify_build.py), make sure it is compatible with Python 3.8. +Note: The build script uses [nightly.link](https://github.com/oprypin/nightly.link) +to fetch the artifact with no verification. ### Deploying To Netlify To deploy to netlify, link your site GitHub repository to a netlify site, and use the following settings: @@ -39,7 +41,6 @@ Publish Directory: Environment Variables: - PYTHON_VERSION: 3.8 -- TOKEN: A GitHub token with access to download build artifacts. Note that at this time, if you are deploying to netlify yourself, you won't have access to the |