Skip to content

Commit

Permalink
fix: Umbenennung der Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
schnaitter committed Feb 20, 2025
1 parent 22210c2 commit 2d8371f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book-python-and-r.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy-book
name: deploy-book-python-and-r

on:
push:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
path: _build/.jupyter_cache
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}

# Build the book
- name: Build the book
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book-python-only.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy-book
name: deploy-book-python-only

on:
push:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: _build/.jupyter_cache
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}

# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit 2d8371f

Please sign in to comment.