diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index a3f4f744..d3f98097 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -81,6 +81,12 @@ jobs: env: CI: true + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + if: steps.build-website.outcome == 'success' || steps.build-website-without-cache.outcome == 'success' + with: + path: ./public + deploy: environment: name: github-pages