Skip to content

Commit

Permalink
Update doc pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Apr 28, 2023
1 parent 30952c5 commit 6038e5a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Build Sphinx docs
run: |
make docs
make pdfdocs
# https://github.com/peaceiris/actions-gh-pages
- name: Deploy
Expand All @@ -33,15 +32,4 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.API_TOKEN_GITHUB }}
publish_dir: docs/_build/html/

# Deploy Package build
- name: Deploy PDF doc
run: |
mkdir public && cp -r docs/_build/latex/pynssp.pdf public
# Upload Pipeline Artifact
- name: Upload PDF doc
uses: actions/upload-artifact@v2
with:
path: public
publish_dir: docs/_build/html/

0 comments on commit 6038e5a

Please sign in to comment.