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

@@ -38,6 +38,12 @@ jobs:
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: