fix
Some checks failed
Build and publish CMBA rulebooks (Gitea) / build-release (push) Failing after 5s

This commit is contained in:
2026-01-16 16:00:28 -06:00
parent ab397c18dd
commit 900305df1d

View File

@@ -14,12 +14,12 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- run: pip install -r mkdocs/requirements.txt
- run: mkdocs build -f mkdocs/mkdocs.yml -d $RUNNER_TEMP/${{ github.ref_name }}
# - run: mkdocs gh-deploy --force
- name: Zip Folder
- name: Install Dependencies
run: pip install -r mkdocs/requirements.txt
- name: Build Docs
run: |
zip -r dist/{{ github.ref_name }}.zip $RUNNER_TEMP/${{ github.ref_name }}
mkdocs build -f mkdocs/mkdocs.yml -d $RUNNER_TEMP/${{ github.ref_name }}
zip -r dist/${{ github.ref_name }}.zip $RUNNER_TEMP/${{ github.ref_name }}
- name: Release
if: ${{ !env.ACT }}
uses: softprops/action-gh-release@v2