mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-07 06:12:47 +08:00
chore: fix incorrect branch reference
This commit is contained in:
parent
c7063930bd
commit
d03ffd882a
4
.github/workflows/deploy-pages.yml
vendored
4
.github/workflows/deploy-pages.yml
vendored
@ -19,10 +19,10 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
name: Build documentation
|
name: Build documentation
|
||||||
uses: bdunderscore/modular-avatar/.github/workflows/build-test-docs.yml@ci
|
uses: bdunderscore/modular-avatar/.github/workflows/build-test-docs.yml@main
|
||||||
build-docs-dev:
|
build-docs-dev:
|
||||||
name: Build documentation (dev branch)
|
name: Build documentation (dev branch)
|
||||||
uses: bdunderscore/modular-avatar/.github/workflows/build-test-docs.yml@ci
|
uses: bdunderscore/modular-avatar/.github/workflows/build-test-docs.yml@main
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
path: dev
|
path: dev
|
||||||
|
Loading…
Reference in New Issue
Block a user