diff options
| author | 2023-08-04 21:56:41 -0700 | |
|---|---|---|
| committer | 2023-08-04 21:56:41 -0700 | |
| commit | 4ae1e14eefc843fb733568247b1660be7bb29607 (patch) | |
| tree | caebf9c4f910cb92a6caf2f3b19e570d9afe3771 /static-builds/README.md | |
| parent | Clean up pragma intended for Python 3.10 removal (diff) | |
| parent | Merge pull request #1063 from python-discord/dependabot/pip/django-4.2.4 (diff) | |
Merge branch 'main' into clean-pragma
Diffstat (limited to 'static-builds/README.md')
| -rw-r--r-- | static-builds/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static-builds/README.md b/static-builds/README.md index a3c7962b..afd34bb0 100644 --- a/static-builds/README.md +++ b/static-builds/README.md @@ -42,7 +42,7 @@ Publish Directory: | Name | Value | Description | |----------------|--------------------------------|-------------------------------------------------------------------------------------------| -| PYTHON_VERSION | 3.8 | The python version. Supported options are defined by netlify [here][netlify build image]. | +| PYTHON_VERSION | 3.8 | The Python version. Supported options are defined by netlify [here][netlify build image]. | | API_URL | https://pythondiscord.com/ | The link to the API, which will be used to fetch the build artifacts. | | ACTION_NAME | Build & Publish Static Preview | The name of the workflow which will be used to find the artifact. | | ARTIFACT_NAME | static-build | The name of the artifact to download. | |