chore: fix deploying dev docs to main path

This commit is contained in:
bd_ 2023-05-05 13:50:45 +09:00 committed by GitHub
parent 5cba6f24cb
commit 5a45c2b04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ jobs:
build-docs:
name: Build documentation
uses: bdunderscore/modular-avatar/.github/workflows/build-test-docs.yml@main
with:
ref: main
build-docs-dev:
name: Build documentation (dev branch)
uses: bdunderscore/modular-avatar/.github/workflows/build-test-docs.yml@main
@ -63,4 +66,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2