File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33mkdir -p dist/install-data
44
55cp index.html dist/index.html
6- sed -i " s|<!-- GIT_SHA -->|$GITHUB_SHA |" dist/index.html
6+ sed -i " s|<!-- GIT_SHA -->|${ GITHUB_SHA: 0 : 8} |" dist/index.html
77
88wget --progress=dot:mega https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge3-24.3.0-0-Linux-x86_64.sh -O dist/install-data/Miniforge3-24.3.0-0-Linux-x86_64.sh
99wget --progress=dot:mega https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge3-24.3.0-0-MacOSX-x86_64.sh -O dist/install-data/Miniforge3-24.3.0-0-MacOSX-x86_64.sh
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ <h2>Contribute to Zwik</h2>
175175
176176< div id ="footer ">
177177< div class ="inner ">
178- zwik-web <!-- GIT_SHA -->
178+ zwik-web | <!-- GIT_SHA -->
179179</ div >
180180</ div >
181181</ body >
You can’t perform that action at this time.
0 commit comments