Skip to content

Commit

Permalink
fix job name (cannot have colon)
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Jan 27, 2024
1 parent b7d945d commit c9bbe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
deploy:
name: Continuous Deployment: Publish Online User Manual Website
name: Continuous Deployment to Publish Online User Manual Website
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'notepad-plus-plus' }}

Expand Down

0 comments on commit c9bbe59

Please sign in to comment.