Archive build artifacts for inspection

This commit is contained in:
Yuri Sizov
2021-09-15 17:29:20 +03:00
parent 25e0e9bb0e
commit 053bd691b3

View File

@@ -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: