Skip to content

Commit ce05405

Browse files
committed
Simplify workflow: deploy existing static site without MkDocs
1 parent beec078 commit ce05405

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,13 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

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-
run: |
37-
mkdocs build
38-
3926
- name: Setup Pages
4027
uses: actions/configure-pages@v4
4128

4229
- name: Upload artifact
4330
uses: actions/upload-pages-artifact@v3
4431
with:
45-
path: 'site/'
32+
path: '.'
4633

4734
- name: Deploy to GitHub Pages
4835
id: deployment

mkdocs.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)