File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
3- env
4-
53mkdir -p dist/install-data
64
75cp index.html dist/index.html
6+ sed -i " s|<!-- GIT_SHA -->|$GITHUB_SHA |" dist/index.html
87
98wget --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
109wget --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
178+ zwik -web <!-- GIT_SHA -->
179179</ div >
180180</ div >
181181</ body >
You can’t perform that action at this time.
0 commit comments