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: