mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix pdf path for draft release + fix missing git fetch before deploying doc
This commit is contained in:
parent
d693d065f8
commit
01fbacf0ff
2 changed files with 2 additions and 1 deletions
2
.github/workflows/push-doc.yml
vendored
2
.github/workflows/push-doc.yml
vendored
|
|
@ -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]"
|
||||
|
|
|
|||
1
.github/workflows/push-github.yml
vendored
1
.github/workflows/push-github.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue