From 5a45c2b04fb148d376a9eefad676435e7c85cdd0 Mon Sep 17 00:00:00 2001 From: bd_ Date: Fri, 5 May 2023 13:50:45 +0900 Subject: [PATCH] chore: fix deploying dev docs to main path --- .github/workflows/deploy-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 126e60e0..9de17e3f 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -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 \ No newline at end of file + uses: actions/deploy-pages@v2