mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 20:25:07 +08:00
Fix workflow naming
This commit is contained in:
parent
cd039df04d
commit
7af8a29be0
4
.github/workflows/build-pages.yml
vendored
4
.github/workflows/build-pages.yml
vendored
@ -15,8 +15,8 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-listing:
|
||||
name: build-listing
|
||||
build-docs:
|
||||
name: build-docs
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
4
.github/workflows/build-test-docs.yml
vendored
4
.github/workflows/build-test-docs.yml
vendored
@ -4,8 +4,8 @@ on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-listing:
|
||||
name: build-listing
|
||||
test-docs:
|
||||
name: Test documentation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
|
Loading…
Reference in New Issue
Block a user