Skip to content

Commit 2e99447

Browse files
committed
Debug GitHub Actions workflow
1 parent d7d9e05 commit 2e99447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/documentation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Checkout repository
4040
uses: actions/checkout@v3
41+
with:
42+
fetch-depth: 0
4143

4244
- name: Set up Python runtime
4345
uses: actions/setup-python@v4
@@ -74,6 +76,7 @@ jobs:
7476
7577
- name: Deploy documentation
7678
env:
79+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7780
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
7881
run: |
7982
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)