Skip to content

Commit b62b793

Browse files
committed
updates
1 parent 67f8fd1 commit b62b793

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,23 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
-
13-
name: Cloning repo
12+
- name: Cloning repo
1413
uses: actions/checkout@v4
1514
with:
1615
fetch-depth: 0
17-
submodules: 'recursive'
18-
19-
-
20-
name: Set up Docker Buildx
16+
submodules: "recursive"
17+
18+
- name: Set up Docker Buildx
2119
uses: docker/setup-buildx-action@v3
2220

23-
-
24-
name: Login to GitHub Container Registry
21+
- name: Login to GitHub Container Registry
2522
uses: docker/login-action@v3
2623
with:
2724
registry: registry.rivit.dev
2825
username: ${{ secrets.REGISTRY_USERNAME }}
2926
password: ${{ secrets.REGISTRY_TOKEN }}
3027

31-
-
32-
name: Build and push
28+
- name: Build and push
3329
uses: docker/build-push-action@v5
3430
with:
3531
context: .

config/_default/params.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ cacheRemoteImages = false
7979
ruby = false
8080
# whether to enable the fraction extended syntax
8181
fraction = false
82-
# whether to enable the fontawesome extended syntax
83-
fontawesome = true
8482
# whether to show link to Raw Markdown content of the content
8583
linkToMarkdown = false
8684
# whether to show the full text content in RSS

themes/DoIt

Submodule DoIt updated 3044 files

0 commit comments

Comments
 (0)