From 053bd691b3bf0c870c690afcf8c99df595c4c15e Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 15 Sep 2021 17:29:20 +0300 Subject: [PATCH] Archive build artifacts for inspection --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c07517e..99ada44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,13 @@ jobs: run: npm run compose-db env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + + - name: Archive production artifacts + uses: actions/upload-artifact@v2 + with: + name: out-folder + path: out + - name: Deploy to GitHub Pages 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3 with: