diff options
author | 2023-08-02 11:06:02 +0200 | |
---|---|---|
committer | 2023-08-02 10:06:02 +0100 | |
commit | 45855fe2e3906614490f3577cb50e530423c35b7 (patch) | |
tree | 35842a837d4d4779a0ecb571acd0e33abffe1be4 /static-builds/README.md | |
parent | Merge pull request #1054 from python-discord/soft-fail-on-403-in-tags (diff) |
Capitalize Python outside of tags (#1046)
Related to #1044.
Co-authored-by: Xithrius <[email protected]>
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. | |