Skip to content

Commit

Permalink
test untracking auto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Aug 14, 2020
1 parent 484b749 commit 14763ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,412 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pipeline_sra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
with:
path: /home/runner/miniconda/envs/plague-phylogeography-0.1.4dev
key: plague-phylogeography-env-${{ runner.os }}-${{ hashFiles('environment.yaml') }}

- name: cache nextstrain env
uses: actions/cache@v2
with:
path: /home/runner/miniconda/envs/nextstrain-8.0.0
key: nextstrain-env-${{ runner.os }}-${{ hashFiles('config/nextstrain.yaml') }}
#------------------------------------------------------------------------#
# Check conda environments
- name: check cache
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test*/*
sra/*
docs/_build/*
docs/README.rst
docs/process/process_all.rst
.nextflow*
ncbimeta.yaml*
pipeline.pdf*
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
- rename environment phylo-env to plague-phylogeography-0.1.4dev
- update ncbimeta dependency from 0.6.5 to 0.6.6

### Removed

- don't track docs output

```bash
git rm --cached -- docs/README.rst docs/process/process_all.rst
git add -u .
git commit
git push
```

## [v0.1.3] - 2020-05-28 - DHSI2020 Exhibit

Release for the [DHSI2020 Conference and Colloquium](https://dhsi.org/dhsi-2020/#colloquium) Exhibit.
Expand Down
250 changes: 0 additions & 250 deletions docs/README.rst

This file was deleted.

Loading

0 comments on commit 14763ac

Please sign in to comment.