File tree 3 files changed +7
-13
lines changed
3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- -
13
- name : Cloning repo
12
+ - name : Cloning repo
14
13
uses : actions/checkout@v4
15
14
with :
16
15
fetch-depth : 0
17
- submodules : ' recursive'
18
-
19
- -
20
- name : Set up Docker Buildx
16
+ submodules : " recursive"
17
+
18
+ - name : Set up Docker Buildx
21
19
uses : docker/setup-buildx-action@v3
22
20
23
- -
24
- name : Login to GitHub Container Registry
21
+ - name : Login to GitHub Container Registry
25
22
uses : docker/login-action@v3
26
23
with :
27
24
registry : registry.rivit.dev
28
25
username : ${{ secrets.REGISTRY_USERNAME }}
29
26
password : ${{ secrets.REGISTRY_TOKEN }}
30
27
31
- -
32
- name : Build and push
28
+ - name : Build and push
33
29
uses : docker/build-push-action@v5
34
30
with :
35
31
context : .
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ cacheRemoteImages = false
79
79
ruby = false
80
80
# whether to enable the fraction extended syntax
81
81
fraction = false
82
- # whether to enable the fontawesome extended syntax
83
- fontawesome = true
84
82
# whether to show link to Raw Markdown content of the content
85
83
linkToMarkdown = false
86
84
# whether to show the full text content in RSS
You can’t perform that action at this time.
0 commit comments