Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Oct 23, 2024
1 parent 22797fa commit e5a3bb2
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/doc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,17 @@ jobs:
cd $GITHUB_WORKSPACE/docs
echo "{\"versions\": [{\"name\": \"teleport\", \"branch\": \"teleport\", \"deprecated\": false}]}" > $GITHUB_WORKSPACE/docs/config.json
cat <<< "$(jq '.scripts."git-update" = "echo Skipping submodule update"' package.json)" > package.json
yarn install
yarn build-node
find $GITHUB_WORKSPACE/docs/content/teleport/docs -maxdepth 1
# yarn install
# yarn build-node

- name: Check spelling
working-directory: 'docs'
run: yarn spellcheck content/teleport
# - name: Check spelling
# working-directory: 'docs'
# run: yarn spellcheck content/teleport

- name: Lint docs formatting
working-directory: 'docs'
run: yarn markdown-lint
# - name: Lint docs formatting
# working-directory: 'docs'
# run: yarn markdown-lint

- name: Lint docs prose
uses: 'errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018' # v2.1.0
Expand All @@ -100,6 +101,6 @@ jobs:
fail_on_error: true
vale_flags: '--config=$GITHUB_WORKSPACE/docs/content/teleport/docs/.vale.ini'

- name: Test the docs build
working-directory: 'docs'
run: yarn install && yarn build
# - name: Test the docs build
# working-directory: 'docs'
# run: yarn install && yarn build

0 comments on commit e5a3bb2

Please sign in to comment.