aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 42c9e742..372a2b8f 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -58,6 +58,11 @@ jobs:
BUILD_DOCS_FOR_HEAD: ${{ github.event_name == 'pull_request' }}
BRANCH_NAME: ${{ github.head_ref }}
+ - name: Remove Metadata Files
+ run: |
+ rm -r docs/build/**/_sources
+ rm -r docs/build/**/.doctrees
+
- name: Upload Build Artifact
uses: actions/upload-artifact@v2
with: