diff options
| author | 2022-05-11 02:42:43 +0400 | |
|---|---|---|
| committer | 2022-05-29 16:19:52 +0400 | |
| commit | ed4b2fbea5c664a1950df66a534b3233efdc5c4e (patch) | |
| tree | 4db5dd241e0add8a572a50a239a75be2a305078b /.github/workflows | |
| parent | Remove Discord `MissingSentinel` (diff) | |
Restore Releases Changelog
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ad10f75f..79a96ea5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -37,7 +37,7 @@ jobs: - name: Generate HTML Site run: sphinx-build -nW -j auto -b html docs docs/build - - name: Uplaod Build Artifact + - name: Upload Build Artifact uses: actions/upload-artifact@v2 with: name: docs |