From f277a35aab0a84bdaaf5c7ace8087ddce199421d Mon Sep 17 00:00:00 2001 From: Vince Pike Date: Thu, 10 Mar 2022 16:28:15 -0500 Subject: [PATCH] Give this a shot? --- .github/workflows/doc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index e44f0e0..9e61b74 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -11,7 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: pull the code - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + clean: true - name: install dependencies run: pip install -r requirements.txt - name: build and deploy