File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
- main # Set a branch name to trigger deployment
7
7
jobs :
8
8
deploy :
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-22 .04
10
10
permissions :
11
11
contents : write
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.ref }}
14
14
env :
15
15
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
context : .
20
20
submodules : true
38
38
make html
39
39
# cp source/index_replace.html build/html/index.html
40
40
- name : Deploy
41
- uses : peaceiris/actions-gh-pages@v3
41
+ uses : peaceiris/actions-gh-pages@v4
42
42
if : ${{ github.ref == 'refs/heads/main' }}
43
43
with :
44
44
context : .
45
45
github_token : ${{ secrets.GITHUB_TOKEN }}
46
46
publish_dir : ./docs
47
+ publish_branch : gh-pages
48
+ enable_jekyll : false
49
+ allow_empty_commit : true
50
+ keep_files : false
51
+ force_orphan : true
You can’t perform that action at this time.
0 commit comments