Skip to content

Commit

Permalink
Add workflow job for deploying to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 authored Nov 12, 2024
1 parent cb9d8ba commit 0bee39e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@ jobs:
- windows: py311-glue119-test
- windows: py311-glue120-test
pages:
needs: initial_checks
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs

publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
Expand Down

0 comments on commit 0bee39e

Please sign in to comment.