fix
Some checks failed
Build and publish CMBA rulebooks (Gitea) / build-release (push) Failing after 5s
Some checks failed
Build and publish CMBA rulebooks (Gitea) / build-release (push) Failing after 5s
This commit is contained in:
10
.github/workflows/release-docs.yml
vendored
10
.github/workflows/release-docs.yml
vendored
@@ -14,12 +14,12 @@ jobs:
|
|||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
- run: pip install -r mkdocs/requirements.txt
|
- name: Install Dependencies
|
||||||
- run: mkdocs build -f mkdocs/mkdocs.yml -d $RUNNER_TEMP/${{ github.ref_name }}
|
run: pip install -r mkdocs/requirements.txt
|
||||||
# - run: mkdocs gh-deploy --force
|
- name: Build Docs
|
||||||
- name: Zip Folder
|
|
||||||
run: |
|
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
|
- name: Release
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user