@@ -97,28 +97,28 @@ jobs:
9797 sdk-version : 7
9898 cypress-key : ${{ secrets.CYPRESS_RECORD_KEY }}
9999
100- doc-dead-links :
101- name : Check dead-links
102- runs-on : ubuntu-latest
103- steps :
104- - uses : actions/checkout@v2
105- with :
106- fetch-depth : 0
107- - name : Extract references from context
108- shell : bash
109- id : extract-refs
110- run : |
111- echo "::set-output name=version::$(git describe --abbrev=0 --tags | cut -d. -f 1)"
112- echo "::set-output name=repo::$(echo $GITHUB_REPOSITORY | cut -d/ -f 2)"
113- echo "::set-output name=fw-branch::$(if [ $BASE_BRANCH == master ]; then echo master; else echo develop; fi)"
114- -
uses :
convictional/[email protected] 115- with :
116- owner : kuzzleio
117- repo : documentation
118- github_token : ${{ secrets.ACCESS_TOKEN_CI }}
119- workflow_file_name : dead_links.workflow.yml
120- ref : ${{ steps.extract-refs.outputs.fw-branch }}
121- inputs : ' {"repo_name": "${{ steps.extract-refs.outputs.repo }}", "branch": "${{ github.head_ref }}", "version": "${{ steps.extract-refs.outputs.version }}"}'
100+ # doc-dead-links:
101+ # name: Check dead-links
102+ # runs-on: ubuntu-latest
103+ # steps:
104+ # - uses: actions/checkout@v2
105+ # with:
106+ # fetch-depth: 0
107+ # - name: Extract references from context
108+ # shell: bash
109+ # id: extract-refs
110+ # run: |
111+ # echo "::set-output name=version::$(git describe --abbrev=0 --tags | cut -d. -f 1)"
112+ # echo "::set-output name=repo::$(echo $GITHUB_REPOSITORY | cut -d/ -f 2)"
113+ # echo "::set-output name=fw-branch::$(if [ $BASE_BRANCH == master ]; then echo master; else echo develop; fi)"
114+ # - uses: convictional/[email protected] 115+ # with:
116+ # owner: kuzzleio
117+ # repo: documentation
118+ # github_token: ${{ secrets.ACCESS_TOKEN_CI }}
119+ # workflow_file_name: dead_links.workflow.yml
120+ # ref: ${{ steps.extract-refs.outputs.fw-branch }}
121+ # inputs: '{"repo_name": "${{ steps.extract-refs.outputs.repo }}", "branch": "${{ github.head_ref }}", "version": "${{ steps.extract-refs.outputs.version }}"}'
122122
123123 documentation-snippet-tests :
124124 name : Documentation Snippet Tests
0 commit comments