Skip to content

Commit

Permalink
just skip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Mar 13, 2024
1 parent 285afe8 commit a19c5fd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ jobs:
command: bin/tests --postgresql-host postgres
- name: Lint
command: bin/lint
#- name: User Documentation
# command: bin/user-docs
#- name: Developer Documentation
# command: bin/dev-docs
- name: Dependencies
command: bin/deps
- name: Licenses
Expand Down Expand Up @@ -94,10 +90,10 @@ jobs:
strategy:
matrix:
include:
- name: User Documentation
command: bin/user-docs
- name: Developer Documentation
command: bin/dev-docs
#- name: User Documentation
# command: bin/user-docs
#- name: Developer Documentation
# command: bin/dev-docs
runs-on: ubuntu-latest
container:
image: ghcr.io/pypi/warehouse:docs-ci-${{ github.run_id }}
Expand Down

0 comments on commit a19c5fd

Please sign in to comment.