Skip to content

Commit

Permalink
lint executes before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Dec 18, 2024
1 parent c7b37f1 commit 517ae22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
build:
build_doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
echo "MkDocs server failed to start. Here's the log:"
cat mkdocs.log
exit 1
fi
fi

0 comments on commit 517ae22

Please sign in to comment.