Skip to content

Commit

Permalink
Lint doc site build action
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jun 18, 2024
1 parent de93abd commit 8d10157
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-doc-site.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
name: 'Build docs site'

on:
pull_request:
branches:
- 'main'
paths:
- 'doc/doc-site/**'
- '.github/workflows/deploy-doc-site.yml'
workflow_dispatch: null

---
jobs:
test-deploy:
defaults:
run:
working-directory: 'doc/doc-site'
name: 'Test docs site build'
runs-on: ubuntu-latest
runs-on: 'ubuntu-latest'
steps:
-
uses: 'actions/checkout@v3'
Expand All @@ -36,4 +26,14 @@ jobs:
run: 'pnpm install --frozen-lockfile'
-
name: 'Build Docusaurus page'
run: 'pnpm build'
run: 'pnpm build'
name: 'Build docs site'
'on':
pull_request:
branches:
- 'main'
paths:
- 'doc/doc-site/**'
- '.github/workflows/deploy-doc-site.yml'
workflow_dispatch: null
...

0 comments on commit 8d10157

Please sign in to comment.