diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index dc1ab5f..c4830d4 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} # Use GITHUB_TOKEN for authentication + token: ${{ secrets.GITHUB_TOKEN }} # Use GITHUB_TOKEN to access private repo fetch-depth: 0 - name: Pull Writerside Docker image