Skip to content

Commit 3c09d09

Browse files
committed
build: Minor naming update
1 parent 95bb7d7 commit 3c09d09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
branches: [master]
66

77
jobs:
8-
docs:
8+
pages:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Upload docs
12+
- name: Update website
1313
run: |
1414
git config --local user.email "action@github.com"
1515
git config --local user.name "GitHub Action"

0 commit comments

Comments
 (0)