Skip to content

Commit e2317ce

Browse files
authored
Update GHPages.yml
1 parent 21adbbe commit e2317ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
args: |
1616
sh -c "
1717
apk update \
18-
&& apk add --no-cache curl bash \
18+
&& apk add --no-cache curl bash python3 \
1919
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
2020
&& source ~/.nvm/nvm.sh \
2121
&& nvm install --lts \

0 commit comments

Comments
 (0)