Skip to content

Commit 6cdafcf

Browse files
committed
move mkdocs up in build so availble for test phase
1 parent 1f77603 commit 6cdafcf

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,15 @@ jobs:
6666
run: |
6767
sudo apt-get update
6868
sudo apt-get install -y libcurl4-openssl-dev
69-
70-
- name: Run tests
71-
run: ./scripts/test
7269
- name: Setup Python
7370
uses: actions/setup-python@v5
7471
with:
7572
python-version: '3.12'
76-
- name: Build AI4SDLC (MkDocs)
77-
run: |
78-
pip install mkdocs-material
79-
mkdocs build -f ai4sdlc-mkdocs.yml --site-dir public/AI4SDLC
73+
- name: Install MkDocs
74+
run: pip install mkdocs-material
75+
76+
- name: Run tests
77+
run: ./scripts/test
8078
- name: Upload artifact
8179
# Automatically uploads an artifact from the './_site' directory by default
8280
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)