Skip to content

Commit

Permalink
Renamed deploy-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 25, 2024
1 parent e551d5a commit c40c69a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy"
name: "Deploy docs"
on:
push:
branches:
Expand All @@ -7,7 +7,7 @@ env:
cache-version: 1
jobs:
build:
name: "Build"
name: "Build docs"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
path: docs

deploy:
name: "Deploy"
name: "Deploy docs"
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit c40c69a

Please sign in to comment.