From 36916619f0b07b4412df5a96683579552dd96285 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 21 Dec 2021 09:23:20 -0500 Subject: Stop adding pre-built documentation to the source distribution --- .github/workflows/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5543a7d8..2bc5d217 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,14 +21,13 @@ on: jobs: Prebuild: # Run steps that are needed by the Windows build but are easier to - # build on Linux. Although only the Windows builds need this, - # other jobs depend on it to force it to run early. + # build on Linux. Also create the documentation distribution. runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: 'Run pre-build steps' run: build-scripts/prebuild - - name: 'Upload extra distribution files' + - name: 'Upload documentation for later build steps' uses: actions/upload-artifact@v1 with: name: doc @@ -38,6 +37,11 @@ jobs: with: name: external-libs path: external-libs-dist + - name: 'Upload doc distribution' + uses: actions/upload-artifact@v1 + with: + name: distribution + path: distribution Linux: runs-on: ubuntu-latest steps: -- cgit v1.2.3-54-g00ecf