Skip to content

Commit 3e40c47

Browse files
authored
Merge pull request #132 from deppen8/release-v2023.8.2
update link to warnings list and simplify ci/cd
2 parents e7f00a4 + 3196f5d commit 3e40c47

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/merge2main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Double-check PRs and deploy docs
1+
name: Double-check PRs
22

33
on:
44
push:
@@ -20,7 +20,3 @@ jobs:
2020
build-docs:
2121
needs: test-and-lint
2222
uses: ./.github/workflows/build_docs.yml
23-
24-
deploy-docs:
25-
needs: build-docs
26-
uses: ./.github/workflows/deploy_docs.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ab_dataset = pd.DataFrame({
5353
a_dataset = ab_dataset.drop(columns='col_b')
5454
```
5555

56-
For a full list, see the [Supported warnings](https://deppen8.github.io/pandas-vet/guides/warnings.html) page of the documentation.
56+
For a full list, see the [Supported warnings](https://pandas-vet.readthedocs.io/en/stable/guides/warnings.html) page of the documentation.
5757

5858
## Motivation
5959

0 commit comments

Comments
 (0)