Skip to content

Commit

Permalink
Merge pull request #96 from Carifio24/pages-workflow
Browse files Browse the repository at this point in the history
Add workflow job for deploying to GitHub Pages
  • Loading branch information
Carifio24 authored Nov 12, 2024
2 parents cb9d8ba + 0bee39e commit a163bd5
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 a163bd5

Please sign in to comment.