Skip to content

Commit

Permalink
Updated CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerv committed Oct 26, 2023
1 parent 8824f36 commit 01c0e53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:
docs:
runs-on: ubuntu-latest
container:
image: python:3.8

steps:
- name: Checkout Repository
uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.8"

- name: Build Docs
run: |
Expand Down
3 changes: 2 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

**Date**: |today| **Version**: |release|

|project| is an open source library providing data structures and routines for template matching with focus on structural and electron microscopy data. The core of |project| is implemented and intended to be used within the `Python <https://www.python.org/>`_ programming language.
|project| is an open source library for interactive editing, processing, and visualizing membrane segmentations from cryo-ET data.


.. grid:: 2

Expand Down

0 comments on commit 01c0e53

Please sign in to comment.