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