File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
24
steps :
25
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
28
28
- uses : lyuwen/build-latex-action@v1
29
29
id : texbuild
@@ -42,13 +42,13 @@ jobs:
42
42
cp ${{ steps.texbuild-cn.outputs.output }} public/LFu_CV_cn.pdf
43
43
cd public && bash ../prepare_for_publish.sh
44
44
45
- - uses : actions/upload-artifact@v2
45
+ - uses : actions/upload-artifact@v4
46
46
with :
47
47
name : ${{ steps.texbuild.outputs.output }}
48
48
path : ${{ steps.texbuild.outputs.output }}
49
49
50
50
- name : Deploy
51
- uses : peaceiris/actions-gh-pages@v3
51
+ uses : peaceiris/actions-gh-pages@v4
52
52
if : github.ref == 'refs/heads/main'
53
53
with :
54
54
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments