This commit is contained in:
parent
37a95607b3
commit
0914ea0a60
@ -11,10 +11,16 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build MkDocs Material
|
- name: Set up Python
|
||||||
run: |
|
uses: actions/setup-python@v4
|
||||||
docker run --rm -v "${{ github.workspace }}:/docs" \
|
with:
|
||||||
squidfunk/mkdocs-material build -f /docs/mkdocs.yml
|
python-version: '3.x'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pip install mkdocs-material
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: mkdocs build
|
||||||
|
|
||||||
- name: Sync to Garage S3
|
- name: Sync to Garage S3
|
||||||
uses: https://github.com/jakejarvis/s3-sync-action@master
|
uses: https://github.com/jakejarvis/s3-sync-action@master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user