Skip to content

Commit

Permalink
Fix typo in 'runs'
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn committed Feb 27, 2024
1 parent fa996f3 commit 90c63ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Build Docs

on:
push:
paths:
- "_data/**"

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- runs: ./scripts/build-data.sh --out _data --remote
- run: ./scripts/build-data.sh --out _data --remote
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7.1"
Expand Down

0 comments on commit 90c63ee

Please sign in to comment.