Skip to content

Commit 5d28da3

Browse files
ericmigiclaude
andcommitted
Fix GitHub Actions workflow to use correct domain
Updated the production build workflow to use developer.repebble.com instead of developer.rebble.io. This was the missing piece - the workflow was overriding the config and Dockerfile changes from the previous commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 913f96e commit 5d28da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
- name: Build site
123123
run: bundle exec jekyll build
124124
env:
125-
URL: https://developer.rebble.io
126-
HTTPS_URL: https://developer.rebble.io
125+
URL: https://developer.repebble.com
126+
HTTPS_URL: https://developer.repebble.com
127127
JEKYLL_ENV: production
128128
DOCS_URL: /tmp/docs/
129129
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}

0 commit comments

Comments
 (0)