Skip to content

Commit cd17ede

Browse files
committed
Sixth try patching version and date into manifests
1 parent 1710e61 commit cd17ede

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/jekyll-gh-pages.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
run: |
5050
for file in manifest*.json; do
5151
sed -i -e "s/mpVersion/$VERSION/g" -e "s/mpDate/$DATE/g" "$file"
52-
# TEMP_SED=$(sed -e "s/mpVersion/$VERSION/g" -e "s/mpDate/$DATE/g" "$file")
53-
# echo "$TEMP_SED" > "$file"
54-
# unset TEMP_SED
5552
done
5653
- name: Build with Jekyll
5754
uses: actions/jekyll-build-pages@v1

0 commit comments

Comments
 (0)