Skip to content

Commit d064fc5

Browse files
committed
Updated custom GH pages url in workflow.
1 parent 87b77f9 commit d064fc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nextjs-static-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
REPO_NAME="${{ github.event.repository.name }}"
3333
# Custom domain means no repo name prefix in the URL path.
3434
# Set CUSTOM_DOMAIN to your domain, or leave empty to use github.io/<repo> URLs.
35-
CUSTOM_DOMAIN="dev.codebuilder.org"
35+
CUSTOM_DOMAIN="codebuilder.org"
3636
3737
# Get the branch name (works for both push and PR events)
3838
if [ "${{ github.event_name }}" = "pull_request" ]; then
@@ -154,7 +154,7 @@ jobs:
154154
publish_dir: ./out
155155
destination_dir: ${{ steps.vars.outputs.dest_dir }}
156156
keep_files: ${{ steps.vars.outputs.keep_files }}
157-
cname: dev.codebuilder.org
157+
cname: codebuilder.org
158158

159159
- name: 💬 Comment preview URL on PR
160160
if: github.event_name == 'pull_request'
@@ -189,7 +189,7 @@ jobs:
189189
});
190190
}
191191
192-
- name: Update PR description with preview URL
192+
- name: Update PR description with preview URL
193193
uses: actions/github-script@v7
194194
with:
195195
script: |

0 commit comments

Comments
 (0)