Skip to content

Commit b51054d

Browse files
authored
Merge pull request #554 from eteq/upload-artifacts
Upload artifacts in PR build
2 parents 1d200bc + 1ca338f commit b51054d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/prs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,13 @@ jobs:
4646
export TUTORIALS_MAIN_BRANCH=origin/main
4747
make execute
4848
make convert
49+
50+
- name: Name artifact
51+
id: nameartifact
52+
run: |
53+
echo "::set-output name=artifactName::rendered-tutorials"
54+
55+
- uses: actions/upload-artifact@v3
56+
with:
57+
name: ${{ steps.nameartifact.outputs.artifactName }}
58+
path: _build

0 commit comments

Comments
 (0)