Skip to content

Commit

Permalink
Always build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Sep 22, 2023
1 parent 398f6c0 commit 3915984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:

docs:
runs-on: ubuntu-latest
# Only run this job if the lint job is successful and the current branch is main
needs: lint
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 3915984

Please sign in to comment.