Skip to content

Commit 2100e37

Browse files
Merge pull request #7 from regulate-tech/regulate-tech-patch-1
Update pages.yml
2 parents 99bfae9 + bf281a5 commit 2100e37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
bundle config set path 'vendor/bundle'
3434
bundle install --jobs 4
3535
36-
- name: Build Jekyll for staging
36+
- name: Build Jekyll for production
3737
working-directory: docs
3838
run: |
39-
echo "Building staging site"
39+
echo "Building production site"
4040
bundle exec jekyll build --trace \
4141
--destination _site \
42-
--config _config.yml,_config.staging.yml
43-
echo "staging.nhstech.uk" > _site/CNAME
42+
--config _config.yml
43+
echo "nhstech.uk" > _site/CNAME
4444
4545
- name: Upload Pages artifact
4646
uses: actions/upload-pages-artifact@v3
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
environment:
5454
name: github-pages
55-
url: https://staging.nhstech.uk
55+
url: https://nhstech.uk
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)