From 8e6d5250d776c1b067e5da6d1b2159eaa522250b Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Jan 2022 14:36:03 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76812fe..d4816e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,12 @@ jobs: npm install npm run build --if-present + - name: Store artifacts + uses: actions/upload-artifact@v2 + with: + name: build-site + path: dist + - name: Build GitHub Pages # You may pin to the exact commit or the version. # uses: crazy-max/ghaction-github-pages@a117e4aa1fb4854d021546d2abdfac95be568a3a