Skip to content

Commit 9a40923

Browse files
committed
Removing whitespace and changing versions of deploy pages
1 parent c508ba5 commit 9a40923

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: mamba-org/setup-micromamba@v1
1414
with:
1515
environment-file: environment-docs.yml
@@ -22,7 +22,7 @@ jobs:
2222
sphinx-apidoc -e -o docs ./Grouper "Grouper/tests*"
2323
sphinx-build -b html docs docs/_build/html
2424
- name: Upload artifact
25-
uses: actions/upload-pages-artifact@v1
25+
uses: actions/upload-pages-artifact@v3
2626
with:
2727
path: docs/_build/html
2828

@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v1
41+
uses: actions/deploy-pages@v4

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,3 @@ Project Link: [https://github.com/kierannp/Grouper](https://github.com/kierannp/
227227
[issues-url]: https://github.com/kierannp/Grouper/issues
228228
[license-shield]: https://img.shields.io/badge/License-MIT-yellow.svg
229229
[license-url]: https://github.com/kierannp/Grouper/blob/master/LICENSE.txt
230-
231-

0 commit comments

Comments
 (0)