Skip to content

Commit

Permalink
Remove the 'Upload PDF to artifacts' step
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 12, 2025
1 parent 8d1b14a commit 535da8f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,12 @@ jobs:
python -m build --sdist
python -m pip install dist/*
# Build the documentation
- name: Build the documentation
- name: Build the HTML documentation
run: make -C doc clean html

- name: Build the PDF
- name: Build the PDF documentation
run: make -C doc pdf

- name: Upload PDF to artifacts
uses: actions/[email protected]
with:
name: pygmt-docs-pdf
path: doc/_build/latex/pygmt.pdf
if: matrix.os == 'ubuntu-latest'

- name: Checkout the gh-pages branch
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 535da8f

Please sign in to comment.