Skip to content

feat(docs): add debug artifact upload step to documentation workflow#106

Open
AlexanderLanin wants to merge 1 commit intomainfrom
docs_debug
Open

feat(docs): add debug artifact upload step to documentation workflow#106
AlexanderLanin wants to merge 1 commit intomainfrom
docs_debug

Conversation

@AlexanderLanin
Copy link
Copy Markdown
Member

Let's make the artifact downloadable

uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: docs-debug-${{ github.run_id }}-${{ github.run_attempt }}
path: github-pages.tar
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same file as uploaded in the previous step. What is the benefit of uploading it a second time?

Copy link
Copy Markdown
Member Author

@AlexanderLanin AlexanderLanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hups?? I did not find the file, so I assumed it's never uploaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants