From a4f75bd17ca73e0108d7ebc8afc0c90a4c8e11d8 Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 13 Jan 2026 17:29:30 +0100 Subject: [PATCH] why didnt it copy? --- .github/workflows/build_documentation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index fc826800f..c239464ad 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -88,7 +88,7 @@ jobs: - name: Copy documentation and Release notes to versioned folder - # if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) + run: | VERSION="${{ steps.version.outputs.version }}" mkdir -p "gh-pages/${VERSION}" @@ -100,7 +100,6 @@ jobs: fi - name: Commit and Push changes to gh-pages - # if: github.event_name == 'release' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) run: | cd gh-pages git config --global user.name 'github-actions'