Disable CI/CD for GitLab Pages.

This commit is contained in:
Brent Schroeter 2022-04-04 09:49:49 -07:00
parent 314a89d185
commit 07fde82912

View file

@ -1,13 +0,0 @@
image: node:lts
workflow:
rules:
- if: '$CI_COMMIT_BRANCH == "production-test"'
pages:
script:
- npm install
- npm run build
artifacts:
paths:
- public