Skip to content

Commit 169e5dc

Browse files
authored
CI/CD: Change build target to gh-pages/live-site
1 parent 47328cd commit 169e5dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
default: 'prebuild'
1313
type: choice
1414
options:
15-
- prebuild
15+
- 'gh-pages/live-site'
1616
- staging
1717

1818
jobs:
@@ -67,10 +67,10 @@ jobs:
6767
- name: Checkout Target Branch
6868
uses: actions/checkout@v4
6969
with:
70-
ref: prebuild
70+
ref: 'gh-pages/live-site'
7171
path: prebuild-branch
7272

73-
- name: Deploy to prebuild Branch
73+
- name: Deploy to gh-pages/live-site Branch
7474
id: deploy
7575
run: |
7676
cd prebuild-branch
@@ -93,4 +93,4 @@ jobs:
9393
Distribution size: $(du -sh ../${{ env.DIST_DIR }} | cut -f1)"
9494
git push origin prebuild
9595
echo "status=deployed" >> $GITHUB_OUTPUT
96-
fi
96+
fi

0 commit comments

Comments
 (0)