diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 658eb99..fbf467f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: - name: Deploy to GitHub Pages run: | - ls -l dist/your-angular-app + ls -l dist/your-angular-app npx angular-cli-ghpages --dir=dist/your-angular-app --repo ${{ secrets.GH_TOKEN }} env: CI: true