We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d884094 commit f64836aCopy full SHA for f64836a
.github/workflows/publish.yml
@@ -36,13 +36,13 @@ jobs:
36
#wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb -O /tmp/libssl.deb
37
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb -O /tmp/libssl.deb
38
dpkg -i /tmp/libssl.deb
39
+ python3 -m pip install --user "pelican-jupyter==0.10.0"
40
- name: Build and Publish to GitHub Pages
41
run: |
42
pwd
43
git config --global --add safe.directory '*'
44
git config --global user.email "[email protected]"
45
git config --global user.name "Ben Du"
46
git config --global url."[email protected]:".insteadOf "https://github.com/"
- python3 -m pip install --user "pelican-jupyter==0.10.0"
47
python3 ./blog.py p -ecmo
48
0 commit comments