We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc41e0 commit f09ca1eCopy full SHA for f09ca1e
1 file changed
.github/workflows/static.yml
@@ -23,6 +23,19 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
26
+ - name: Setup Python
27
+ uses: actions/setup-python@v4
28
+ with:
29
+ python-version: '3.10'
30
+
31
+ - name: Install dependencies
32
+ run: |
33
+ pip install mkdocs mkdocs-material
34
35
+ - name: Build site
36
37
+ mkdocs build
38
39
- name: Setup Pages
40
uses: actions/configure-pages@v4
41
@@ -33,4 +46,4 @@ jobs:
46
47
- name: Deploy to GitHub Pages
48
id: deployment
- uses: actions/deploy-pages@v4
49
+ uses: actions/deploy-pages@v4
0 commit comments