diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index 6467a55..e13fbc6 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -42,5 +42,8 @@ jobs: - name: Build application run: ng build --configuration production + - name: Ensure Deployment Directory Exists + run: mkdir -p dist/self-service-desk/browser + - name: Deploy to GitHub Pages run: ng deploy --project=selfservicedesk