diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05f5af0bb..c582d2011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: '18.x' - name: Cache Node.js modules uses: actions/cache@v3 @@ -27,7 +27,7 @@ jobs: run: npm ci - name: build - run: npm run build + run: ASSET_PATH="/themes/custom/middlebury_theme/js/" npm run build - name: Build icons run: npm run build:icons