Skip to content

Commit c72a765

Browse files
author
BlackstoneEngineering
committed
add snapshot artifact on deployment. That way we can see what has changed over time
1 parent a4ed1b8 commit c72a765

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,12 @@ jobs:
5252
# run: yarn deploy
5353
uses: JamesIves/github-pages-deploy-action@v4
5454
with:
55-
folder: build # The folder the action should deploy.
55+
folder: build # The folder the action should deploy.
56+
57+
- name: Upload Artifact Logs
58+
id: deployment
59+
uses: actions/upload-artifact@v4
60+
if: ${{ always() }}
61+
with:
62+
name: Portal Snapshot
63+
path: ./build/

0 commit comments

Comments
 (0)