From 37d6a234a7ab4971f84aa102cc628b33b0a41c48 Mon Sep 17 00:00:00 2001 From: Jason Meridth Date: Tue, 2 Jan 2024 12:34:43 -0600 Subject: [PATCH] chore: move documentation to readthedocs (#12360) Signed-off-by: jmeridth Co-authored-by: Tim Collins Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> (cherry picked from commit e92105664347a2de0575c87144d97dff50bb6173) --- .github/workflows/docs.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6bf60bcf3826..f936dac9e4bb 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -18,8 +18,6 @@ permissions: jobs: docs: runs-on: ubuntu-latest - permissions: - contents: write # for publishing the docs to GH Pages steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 @@ -44,10 +42,3 @@ jobs: name: docs path: site if-no-files-found: error - - name: Publish to GH Pages (when on main) - if: github.repository == 'argoproj/argo-workflows' && github.ref == 'refs/heads/main' - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_branch: gh-pages - publish_dir: ./site