Skip to content

Commit be0d23e

Browse files
committed
Add names to jobs
1 parent 2c93e54 commit be0d23e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build:
19+
name: Build Amicons
1920
runs-on: ubuntu-latest
2021
defaults:
2122
run:
@@ -44,6 +45,7 @@ jobs:
4445
path: amicons/dist
4546

4647
check:
48+
name: Check Docs linting and formatting
4749
runs-on: ubuntu-latest
4850
defaults:
4951
run:
@@ -69,6 +71,7 @@ jobs:
6971
run: pnpm lint
7072

7173
deploy:
74+
name: Deploy docs to GitHub Pages
7275
needs: [build, check]
7376
environment:
7477
name: github-pages
@@ -92,8 +95,10 @@ jobs:
9295
cache-dependency-path: docs/pnpm-lock.yaml
9396
- name: Download artifact
9497
uses: actions/download-artifact@v8
98+
id: download
9599
with:
96100
name: amicons
101+
path: amicons
97102
- name: Install dependencies
98103
run: pnpm install --frozen-lockfile
99104
- name: Build

0 commit comments

Comments
 (0)