Skip to content

Commit

Permalink
Make right with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Oct 31, 2024
1 parent ffb7c54 commit 35df408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 62 deletions.
60 changes: 0 additions & 60 deletions .github/actions/build-docs/action.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@ jobs:
with:
type: 'doc'
python-version: ${{ matrix.python-version }}
need-extras: false
need-extras: true
need-cartopy: false

- name: Build docs
id: build-docs
uses: ./.github/actions/build-docs
uses: Unidata/MetPy/.github/actions/build-docs@main
with:
run-linkchecker: ${{ github.event_name == 'pull_request' && matrix.check-links == true }}
key: ${{ runner.os }}-${{ matrix.python-version }}
make-targets: ''

Deploy:
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 35df408

Please sign in to comment.