From f9aaf51ce7bc80b8dc5a9824c8d5543a658535f0 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 19 Apr 2024 15:23:34 -0700 Subject: [PATCH] ci: don't use versionDocs option in API Documentation workflow --- .github/workflows/gh-pages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 87d981aa40..777d0b722f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -47,7 +47,6 @@ jobs: defaultBranch: main noCommit: true showUnderscoreFiles: true - versionDocs: true env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}