chore: fix incorrect branch reference

This commit is contained in:
bd_ 2023-03-25 14:54:29 +09:00
parent c7063930bd
commit d03ffd882a

View File

@ -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