We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29d816 commit ca0bfa0Copy full SHA for ca0bfa0
.github/workflows/pages.yml
@@ -51,19 +51,6 @@ jobs:
51
ASSET_LIST_JSON=$(cat asset-list.json)
52
echo "${SERVICE_WORKER_CONTENT/__ASSETS__/${ASSET_LIST_JSON}}" > build/service-worker.js
53
54
- - name: Install build tools
55
- run: |
56
- npm install -g esbuild postcss postcss-cli autoprefixer cssnano postcss-preset-env
57
-
58
- - name: Minify JS files
59
60
- find build -type f -name '*.js' ! -name 'service-worker.js' -exec esbuild {} --minify --outfile={} \;
61
62
- - name: Process CSS with PostCSS
63
64
- find build -type f -name '*.css' -exec postcss {} --replace \;
65
66
67
- name: Upload build artifact
68
uses: actions/upload-pages-artifact@v3
69
with:
0 commit comments