File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ jobs:
25
25
python -m pip install -r requirements.txt
26
26
- name : Generate
27
27
run : ./build.sh
28
- - name : Automation
28
+ - name : Setup SSH
29
+ # Prevent "Fatal error: Host key verification failed"
29
30
run : |
30
- # Prevent "Fatal error: Host key verification failed"
31
31
mkdir -p ~/.ssh
32
32
ssh-keyscan -H ${{ secrets.SFTP_URL }} >> ~/.ssh/known_hosts
33
-
34
- # Mirror the locally generated website to the production server
33
+ - name : Automation
34
+ # Mirror the locally generated website to the production server
35
+ run : |
35
36
lftp \
36
37
-e 'mirror --delete --only-missing -en --reverse ./luma ${{ secrets.SFTP_PATH }} ; quit' \
37
38
-u '${{ secrets.SFTP_USER }},${{ secrets.SFTP_PASSWORD }}' \
Original file line number Diff line number Diff line change
1
+ -r requirements.txt
2
+ mypy==1.8.0
3
+ pymarkdownlnt==0.9.16
4
+ ruff==0.2.0
5
+ sphinx-autobuild==2021.3.14
Original file line number Diff line number Diff line change 1
- mypy == 1.8.0
2
1
myst-parser == 2.0.0
3
- pymarkdownlnt == 0.9.16
4
- ruff == 0.2.0
5
2
shibuya == 2024.1.17
6
3
sphinx == 7.2.6
7
- sphinx-autobuild == 2021.3.14
8
4
sphinx-copybutton == 0.5.2
9
5
# sphinx-design==0.5.0
10
6
# sphinx-tabs==3.4.5
You can’t perform that action at this time.
0 commit comments