From 2e99447155cf251265d20f005ef52d9667172230 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 24 Jun 2022 14:59:36 +0200 Subject: [PATCH] Debug GitHub Actions workflow --- .github/workflows/documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 480273591..605318007 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -38,6 +38,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Python runtime uses: actions/setup-python@v4 @@ -74,6 +76,7 @@ jobs: - name: Deploy documentation env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }} run: | mkdocs gh-deploy --force