We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beec078 commit ce05405Copy full SHA for ce05405
2 files changed
.github/workflows/static.yml
@@ -23,26 +23,13 @@ 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.11'
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
42
- name: Upload artifact
43
uses: actions/upload-pages-artifact@v3
44
with:
45
- path: 'site/'
+ path: '.'
46
47
- name: Deploy to GitHub Pages
48
id: deployment
mkdocs.yml
0 commit comments