From 502d25101cfdf6109ca06458d543a9e227ffbbb9 Mon Sep 17 00:00:00 2001 From: Matvey Kukuy Date: Mon, 13 Jun 2022 16:01:59 +0300 Subject: [PATCH] Commenting out docs publishing --- .github/workflows/publish_docs.yml | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 20189561..2eb7dec4 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -17,24 +17,24 @@ jobs: - name: Build Website run: | docker run -v ${PWD}/sources:/hugo/content/docs/amixr --rm grafana/docs-base:latest /bin/bash -c 'make hugo' - sync: - runs-on: ubuntu-latest - needs: test - if: github.ref == 'refs/heads/main' - steps: - - uses: actions/checkout@v1 - - run: git clone --single-branch --no-tags --depth 1 -b master https://grafanabot:${{ secrets.GH_BOT_ACCESS_TOKEN }}@github.com/grafana/website-sync ./.github/actions/website-sync - - name: publish-to-git - uses: ./.github/actions/website-sync - id: publish - with: - repository: grafana/website - branch: master - host: github.com - github_pat: '${{ secrets.GH_BOT_ACCESS_TOKEN }}' - source_folder: docs/sources - target_folder: content/docs/amixr/v0.0.39 - - shell: bash - run: | - test -n "${{ steps.publish.outputs.commit_hash }}" - test -n "${{ steps.publish.outputs.working_directory }}" \ No newline at end of file +# sync: +# runs-on: ubuntu-latest +# needs: test +# if: github.ref == 'refs/heads/main' +# steps: +# - uses: actions/checkout@v1 +# - run: git clone --single-branch --no-tags --depth 1 -b master https://grafanabot:${{ secrets.GH_BOT_ACCESS_TOKEN }}@github.com/grafana/website-sync ./.github/actions/website-sync +# - name: publish-to-git +# uses: ./.github/actions/website-sync +# id: publish +# with: +# repository: grafana/website +# branch: master +# host: github.com +# github_pat: '${{ secrets.GH_BOT_ACCESS_TOKEN }}' +# source_folder: docs/sources +# target_folder: content/docs/amixr/v0.0.39 +# - shell: bash +# run: | +# test -n "${{ steps.publish.outputs.commit_hash }}" +# test -n "${{ steps.publish.outputs.working_directory }}"