Skip to content

Commit

Permalink
Fixing documentation github action path restriction (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow committed Apr 5, 2024
1 parent 50b55b7 commit 578e962
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- documentation
- 'documentation/**'

jobs:
build:
Expand Down Expand Up @@ -45,27 +45,10 @@ jobs:

# Deploy docs
# Deploy docs
- name: Deploy docs
run: |
cd documentation
mike deploy main -p
mike set-default main -p
mike retitle main "Alpha1" -p
# - name: Install Node.js 14.x
# uses: percona-platform/setup-node@v2
# with:
# node-version: "14"
#
# - name: Spelling
# run: |
# npx markdown-spellcheck --report --en-us --ignore-acronyms --ignore-numbers "docs/**/*.md" || true
# Ignore errors, just inspect results
# - name: Grammar
# run: |
# npx write-good --no-passive docs/**/*.md || true
# # Ignore errors, just inspect results


mike retitle main "Alpha1" -p

0 comments on commit 578e962

Please sign in to comment.