Skip to content

Commit 891feba

Browse files
committed
fix: update custom CSS path and add step to list built CSS in GitHub Actions workflow
1 parent 719320e commit 891feba

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
env:
4545
JEKYLL_ENV: production
4646

47+
- name: List built CSS
48+
run: ls -la docs/_site/assets/css
49+
4750
- name: Upload artifact
4851
uses: actions/upload-pages-artifact@v4 # produces a Pages-compatible tarball
4952
with:

docs/_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ title: AkôFlow
22
logo: "/assets/images/icon_akoflow.png"
33
description: AkôFlow is an open-source middleware for orchestrating and executing container-based scientific workflows across heterogeneous environments. It was originally developed within the e-Science Research Group at the Institute of Computing, Fluminense Federal University (UFF).
44
theme: just-the-docs
5-
6-
url: https://uffescience.github.io/akoflow/
7-
85
sass:
96
style: compressed
107

118
just_the_docs:
129
custom_css:
13-
- /assets/css/custom.scss
10+
- assets/css/custom.scss
11+
12+
url: https://uffescience.github.io/akoflow/

docs/assets/css/custom.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Importa o tema base do Just the Docs
21
@import "just-the-docs";
32

43
// === AkôFlow Docs — Tema Monocromático ===

0 commit comments

Comments
 (0)