diff --git a/.github/workflows/push-doc.yml b/.github/workflows/push-doc.yml index 9147b25cb..81586779c 100644 --- a/.github/workflows/push-doc.yml +++ b/.github/workflows/push-doc.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Setup git user run: | git config --global user.name "github-actions[bot]" diff --git a/.github/workflows/push-github.yml b/.github/workflows/push-github.yml index ba12613df..3490143ef 100644 --- a/.github/workflows/push-github.yml +++ b/.github/workflows/push-github.yml @@ -21,7 +21,6 @@ jobs: uses: actions/download-artifact@v3 with: name: BunkerWeb_documentation_v${{ inputs.VERSION }}.pdf - path: BunkerWeb_documentation_v${{ inputs.VERSION }}.pdf # Create tag - uses: rickstaa/action-create-tag@v1 name: Create tag