Skip to content

Commit f64836a

Browse files
committed
...
1 parent d884094 commit f64836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
#wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb -O /tmp/libssl.deb
3737
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb -O /tmp/libssl.deb
3838
dpkg -i /tmp/libssl.deb
39+
python3 -m pip install --user "pelican-jupyter==0.10.0"
3940
- name: Build and Publish to GitHub Pages
4041
run: |
4142
pwd
4243
git config --global --add safe.directory '*'
4344
git config --global user.email "[email protected]"
4445
git config --global user.name "Ben Du"
4546
git config --global url."[email protected]:".insteadOf "https://github.com/"
46-
python3 -m pip install --user "pelican-jupyter==0.10.0"
4747
python3 ./blog.py p -ecmo
4848

0 commit comments

Comments
 (0)