diff --git a/.github/workflows/deploy-documentation-preview.yml b/.github/workflows/deploy-documentation-preview.yml index e96e202efc1..e4bb1378bef 100644 --- a/.github/workflows/deploy-documentation-preview.yml +++ b/.github/workflows/deploy-documentation-preview.yml @@ -94,9 +94,3 @@ jobs: - name: Compile the static site run: php hyde build - - - name: Upload artifacts - uses: actions/upload-artifact@v1 - with: - name: 'preview-docs' - path: '_site/dev-docs-preview'