mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
chore: fix deploying dev docs to main path
This commit is contained in:
parent
5cba6f24cb
commit
5a45c2b04f
5
.github/workflows/deploy-pages.yml
vendored
5
.github/workflows/deploy-pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user