File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6464 # make release
6565
6666 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@v3
67+ uses : github/codeql-action/analyze@v3.28.12
Original file line number Diff line number Diff line change 2323 npm install
2424 npm run build
2525
26- - name : Create Directory Stucture
26+ - name : Create Directory Structure
2727 run : |
2828 mkdir tmp
2929 mv website/sitemap.xml tmp/
3939 echo "These files are ready to be moved onto the production web server:"
4040 ls
4141
42- # Package the artefacts using actions/upload-pages-artifact
42+ # Package the artifacts using actions/upload-pages-artifact
4343 - name : Upload Pages Artifact
4444 uses : actions/upload-pages-artifact@v3
4545 with :
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vite' ;
2+ import process from 'process' ;
23import { resolve } from 'path' ;
34import viteImagemin from 'vite-plugin-imagemin' ;
45import eslintPlugin from 'vite-plugin-eslint' ;
You can’t perform that action at this time.
0 commit comments