diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5a93507b..6385de28a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -282,6 +282,9 @@ jobs: name: built-client path: photon-server/src/main/resources/web/ + # Copy thinclient in as well + - run: cp -r photon-thinclient/* photon-server/src/main/resources/web/ + # Download docs artifact to resources folder. - uses: actions/download-artifact@v3 with: