diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2c1127..1daae09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,6 @@ jobs: docs: name: Documentation - if: false # Disable for now runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/docs.yaml.disabled b/.github/workflows/docs.yaml similarity index 97% rename from .github/workflows/docs.yaml.disabled rename to .github/workflows/docs.yaml index 56cf368..e49aea7 100644 --- a/.github/workflows/docs.yaml.disabled +++ b/.github/workflows/docs.yaml @@ -17,7 +17,6 @@ jobs: build: name: Deploy - if: false # Disable for now runs-on: windows-latest steps: - name: Checkout diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 075e3cd..a150342 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,6 @@ jobs: docs: name: Documentation - if: false # Disable for now runs-on: ubuntu-latest steps: - name: Checkout @@ -45,7 +44,7 @@ jobs: build: name: Build - # needs: [docs] + needs: [docs] if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')" strategy: matrix: diff --git a/docs/Docs.csproj b/docs/Docs.csproj index 283d4ca..d81c9ab 100644 --- a/docs/Docs.csproj +++ b/docs/Docs.csproj @@ -34,7 +34,7 @@ - +