We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e40465b + 1c0d8f1 commit 882e005Copy full SHA for 882e005
1 file changed
.github/workflows/on_push_to_master.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npm ci
26
if: steps.cache.outputs.cache-hit != 'true'
27
- run: |
28
- npx ng build --runner cloud --prod
+ npx ng build --runner cloud --prod --skip-nx-cache
29
npx scully --prod --scanRoutes --project=valor-software-site
30
- name: Deploy 🚀
31
uses: JamesIves/github-pages-deploy-action@v4.3.3
0 commit comments