Skip to content

Commit 0b8ea03

Browse files
authored
Merge pull request #55 from MDAnalysis/ci-fixes
CI fixes
2 parents 779bed1 + 213b9f6 commit 0b8ea03

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18+
fetch-depth: 0
1819

1920
- name: Setup python
2021
uses: actions/setup-python@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MDAnalysisData
22

3-
[![Build Status](https://github.com/MDAnalysis/MDAnalysisData/actions/workflows/gh-ci.yaml/badge.svg)](https://github.com/MDAnalysis/GridDataFormats/actions/workflows/ci.yaml)
3+
[![Build Status](https://github.com/MDAnalysis/MDAnalysisData/actions/workflows/gh-ci.yml/badge.svg)](https://github.com/MDAnalysis/MDAnalysisData/actions/workflows/gh-ci.yml)
44
[![codecov](https://codecov.io/gh/MDAnalysis/MDAnalysisData/branch/master/graph/badge.svg)](https://codecov.io/gh/MDAnalysis/MDAnalysisData)
55
[![docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://www.mdanalysis.org/MDAnalysisData/)
66
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ in the form of pull requests are very welcome.
4949
:alt: test coverage
5050
:target: https://codecov.io/gh/MDAnalysis/MDAnalysisData
5151

52-
.. |build| image:: https://travis-ci.com/MDAnalysis/MDAnalysisData.svg?branch=master
53-
:alt: tests
54-
:target: https://travis-ci.com/MDAnalysis/MDAnalysisData
52+
.. |build| image:: https://github.com/MDAnalysis/MDAnalysisData/actions/workflows/gh-ci.yml/badge.svg
53+
:alt: tests
54+
:target: https://github.com/MDAnalysis/MDAnalysisData/actions/workflows/gh-ci.yml
5555

5656
.. _`MDAnalysis`: https://www.mdanalysis.org
5757
.. _`mdanalysis/MDAnalysisData`: https://github.com/MDAnalysis/MDAnalysisData

0 commit comments

Comments
 (0)