We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f77603 commit 6cdafcfCopy full SHA for 6cdafcf
1 file changed
.github/workflows/jekyll.yml
@@ -66,17 +66,15 @@ jobs:
66
run: |
67
sudo apt-get update
68
sudo apt-get install -y libcurl4-openssl-dev
69
-
70
- - name: Run tests
71
- run: ./scripts/test
72
- name: Setup Python
73
uses: actions/setup-python@v5
74
with:
75
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
+ - name: Install MkDocs
+ run: pip install mkdocs-material
+
+ - name: Run tests
+ run: ./scripts/test
80
- name: Upload artifact
81
# Automatically uploads an artifact from the './_site' directory by default
82
uses: actions/upload-pages-artifact@v3
0 commit comments