diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad198c1..71a8517 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: - name: Run the build run: ./build.sh - name: Upload static files as artifact + id: deployment uses: actions/upload-pages-artifact@v3 with: path: www-root