Skip to content

Commit 73ce086

Browse files
Merge pull request #8 from regulate-tech/regulate-tech-patch-1
Update pages.yml
2 parents 2100e37 + 7d3c390 commit 73ce086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Jekyll (docs/) to GitHub Pages - Staging
1+
name: Deploy Jekyll (docs/) to GitHub Pages - Production
22

33
on:
44
push:
@@ -39,7 +39,7 @@ jobs:
3939
echo "Building production site"
4040
bundle exec jekyll build --trace \
4141
--destination _site \
42-
--config _config.yml
42+
--config _config.yml,_config.prod.yml
4343
echo "nhstech.uk" > _site/CNAME
4444
4545
- name: Upload Pages artifact

0 commit comments

Comments
 (0)