ci/cd - fix pdf path for draft release + fix missing git fetch before deploying doc

This commit is contained in:
florian 2023-05-02 13:05:23 +02:00
parent d693d065f8
commit 01fbacf0ff
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 2 additions and 1 deletions

View File

@ -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]"

View File

@ -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