We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2100e37 + 7d3c390 commit 73ce086Copy full SHA for 73ce086
.github/workflows/pages.yml
@@ -1,4 +1,4 @@
1
-name: Deploy Jekyll (docs/) to GitHub Pages - Staging
+name: Deploy Jekyll (docs/) to GitHub Pages - Production
2
3
on:
4
push:
@@ -39,7 +39,7 @@ jobs:
39
echo "Building production site"
40
bundle exec jekyll build --trace \
41
--destination _site \
42
- --config _config.yml
+ --config _config.yml,_config.prod.yml
43
echo "nhstech.uk" > _site/CNAME
44
45
- name: Upload Pages artifact
0 commit comments