Skip to content

Commit

Permalink
20240905 - rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Sep 5, 2024
1 parent 6fa687a commit ff825e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_epub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: main

name: Quarto Publish
name: Quarto Publish to EPUB

jobs:
build-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: main

name: Quarto Publish
name: Quarto Publish to HTML

jobs:
build-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: main

name: Quarto Publish
name: Quarto Publish to PDF

jobs:
build-deploy:
Expand Down

0 comments on commit ff825e9

Please sign in to comment.