Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yaml
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: b2cdb6d
_commit: a63c624
_src_path: https://github.com/python-project-templates/base.git
add_docs: true
add_extension: cpp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -136,5 +136,5 @@ jobs:
- name: Upload distributions
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: dist-${{matrix.os}}-${{matrix.python.version}}
name: dist-${{matrix.os}}-${{matrix.python.version}}
path: dist
18 changes: 0 additions & 18 deletions .github/workflows/copier.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,7 @@ permissions:
jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Expand All@@ -39,13 +39,13 @@ jobs:
run: |
uv pip install dist/*.whl
uv pip install dist/*.whl --target . --no-deps
uv pip install yardang
uv pip install "yardang[llms,themes]"
if: github.event_name == 'workflow_run'

- name: Install from source (manual trigger)
run: |
uv pip install .[develop]
uv pip install yardang
uv pip install "yardang[llms,themes]"
if: github.event_name == 'workflow_dispatch'

- name: Build documentation
Expand Down
Loading