There was an error while loading. Please reload this page.
gh-pages/live-site
1 parent 47328cd commit 169e5dcCopy full SHA for 169e5dc
1 file changed
.github/workflows/deploy-docs.yml
@@ -12,7 +12,7 @@ on:
12
default: 'prebuild'
13
type: choice
14
options:
15
- - prebuild
+ - 'gh-pages/live-site'
16
- staging
17
18
jobs:
@@ -67,10 +67,10 @@ jobs:
67
- name: Checkout Target Branch
68
uses: actions/checkout@v4
69
with:
70
- ref: prebuild
+ ref: 'gh-pages/live-site'
71
path: prebuild-branch
72
73
- - name: Deploy to prebuild Branch
+ - name: Deploy to gh-pages/live-site Branch
74
id: deploy
75
run: |
76
cd prebuild-branch
@@ -93,4 +93,4 @@ jobs:
93
Distribution size: $(du -sh ../${{ env.DIST_DIR }} | cut -f1)"
94
git push origin prebuild
95
echo "status=deployed" >> $GITHUB_OUTPUT
96
- fi
+ fi
0 commit comments