Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Dec 1, 2023
1 parent 71b733a commit 77b97a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,23 @@ concurrency:
cancel-in-progress: false

jobs:
test:
if: ${{ needs.changes.outputs.testDocs == 'true' }}
timeout-minutes: 240
runs-on: ubuntu-latest
env:
DISABLE_JAVASCRIPT_TEST: true
DISABLE_ANDROID: true
steps:
- { name: Checkout, uses: actions/checkout@v3 }
- { name: Setup Pages, uses: actions/configure-pages@v3 }
- { name: Build with Jekyll, uses: actions/jekyll-build-pages@v1, with: { source: ./docs, destination: ./_site } }
- { name: Check broken links, run: "npx --yes broken-link-checker-local _site --filter-level=3 -e -r" }

# Build job
build:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 77b97a1

Please sign in to comment.