Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 13, 2024
1 parent 0c5a725 commit 08a2cc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.x"


- name: Build documentation
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-linkchecker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy docs
name: Check linkrot

on:
pull_request:
Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.x"


- name: Build documentation
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-env.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Environment and link rot
name: Test Environment

on:
pull_request:
Expand Down

0 comments on commit 08a2cc5

Please sign in to comment.