From 4d2d927caa6a8ffd5a454cbfc52339690d328b2b Mon Sep 17 00:00:00 2001 From: Phil Scott Date: Fri, 15 Oct 2021 13:48:11 -0400 Subject: [PATCH] Upgrades Statiq and re-enables docs publishing Previous versions of Statiq had a bug with .NET 6 RC1. The latest has a workaround that allows publishing --- .github/workflows/ci.yaml | 1 - .github/workflows/{docs.yaml.disabled => docs.yaml} | 1 - .github/workflows/publish.yaml | 3 +-- docs/Docs.csproj | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) rename .github/workflows/{docs.yaml.disabled => docs.yaml} (97%) 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 @@ - +