mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Temporarily disable artefact uploading
This commit is contained in:
parent
8d52ddaff6
commit
550bdda51b
34
.github/workflows/build.yml
vendored
34
.github/workflows/build.yml
vendored
@ -33,11 +33,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python ./setup.py sdist bdist_wheel
|
python ./setup.py sdist bdist_wheel
|
||||||
|
|
||||||
- name: Upload artifacts
|
# - name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: distributions
|
# name: distributions
|
||||||
path: dist/*
|
# path: dist/*
|
||||||
|
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: |
|
run: |
|
||||||
@ -56,16 +56,16 @@ jobs:
|
|||||||
|
|
||||||
exit ${EXIT_STATUS}
|
exit ${EXIT_STATUS}
|
||||||
|
|
||||||
- name: Upload EN docs
|
# - name: Upload EN docs
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
if: always()
|
# if: always()
|
||||||
with:
|
# with:
|
||||||
name: docs-en
|
# name: docs-en
|
||||||
path: docs/_build_en/*
|
# path: docs/_build_en/*
|
||||||
|
|
||||||
- name: Upload JA docs
|
# - name: Upload JA docs
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
if: always()
|
# if: always()
|
||||||
with:
|
# with:
|
||||||
name: docs-ja
|
# name: docs-ja
|
||||||
path: docs/_build_ja/*
|
# path: docs/_build_ja/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user