File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Deploy to GitHub Pages
22on :
33 push :
4- branches : [ "main", "master" ]
4+ branches : ["main", "master"]
55 workflow_dispatch :
6+ permissions :
7+ contents : write
68jobs :
79 deploy :
810 runs-on : ubuntu-latest
9- steps : [uses: fastai/workflows/quarto-ghp@master]
11+ steps :
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
14+ with :
15+ python-version : ' 3.12'
16+ - run : pip install ".[dev]" nbdev
17+ - run : nbdev-install-quarto
18+ - run : nbdev-docs
19+ - uses : peaceiris/actions-gh-pages@v4
20+ with :
21+ github_token : ${{ secrets.GITHUB_TOKEN }}
22+ publish_dir : ./_docs
1023
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55# Project metadata
66[project ]
77name = " glycowork"
8- version = " 1.8.0 "
8+ version = " 1.8.1 "
99description = " Package for processing and analyzing glycans"
1010readme = " README.md"
1111authors = [
You can’t perform that action at this time.
0 commit comments